Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h1118 struct mlxsw_sp_acl_tcam_ops { struct
1119 enum mlxsw_reg_ptar_key_type key_type;
1120 size_t priv_size;
1121 int (*init)(struct mlxsw_sp *mlxsw_sp, void *priv,
1123 void (*fini)(struct mlxsw_sp *mlxsw_sp, void *priv);
1124 size_t region_priv_size;
1125 int (*region_init)(struct mlxsw_sp *mlxsw_sp, void *region_priv,
1129 void (*region_fini)(struct mlxsw_sp *mlxsw_sp, void *region_priv);
1130 int (*region_associate)(struct mlxsw_sp *mlxsw_sp,
1155 extern const struct mlxsw_sp_acl_tcam_ops mlxsw_sp1_acl_tcam_ops; argument