Home
last modified time | relevance | path

Searched defs:mlxsw_sp_acl_tcam_ops (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.h1082 struct mlxsw_sp_acl_tcam_ops { struct
1083 enum mlxsw_reg_ptar_key_type key_type;
1084 size_t priv_size;
1085 int (*init)(struct mlxsw_sp *mlxsw_sp, void *priv,
1087 void (*fini)(struct mlxsw_sp *mlxsw_sp, void *priv);
1088 size_t region_priv_size;
1089 int (*region_init)(struct mlxsw_sp *mlxsw_sp, void *region_priv,
1093 void (*region_fini)(struct mlxsw_sp *mlxsw_sp, void *region_priv);
1094 int (*region_associate)(struct mlxsw_sp *mlxsw_sp,
1119 extern const struct mlxsw_sp_acl_tcam_ops mlxsw_sp1_acl_tcam_ops; argument