Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.h1120 struct mlxsw_sp_acl_tcam_ops { struct
1121 enum mlxsw_reg_ptar_key_type key_type;
1122 size_t priv_size;
1123 int (*init)(struct mlxsw_sp *mlxsw_sp, void *priv,
1125 void (*fini)(struct mlxsw_sp *mlxsw_sp, void *priv);
1126 size_t region_priv_size;
1127 int (*region_init)(struct mlxsw_sp *mlxsw_sp, void *region_priv,
1131 void (*region_fini)(struct mlxsw_sp *mlxsw_sp, void *region_priv);
1132 int (*region_associate)(struct mlxsw_sp *mlxsw_sp,
1157 extern const struct mlxsw_sp_acl_tcam_ops mlxsw_sp1_acl_tcam_ops; argument