Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.h988 struct mlxsw_sp_acl_tcam_ops { struct
989 enum mlxsw_reg_ptar_key_type key_type;
990 size_t priv_size;
991 int (*init)(struct mlxsw_sp *mlxsw_sp, void *priv,
993 void (*fini)(struct mlxsw_sp *mlxsw_sp, void *priv);
994 size_t region_priv_size;
995 int (*region_init)(struct mlxsw_sp *mlxsw_sp, void *region_priv,
999 void (*region_fini)(struct mlxsw_sp *mlxsw_sp, void *region_priv);
1000 int (*region_associate)(struct mlxsw_sp *mlxsw_sp,
1025 extern const struct mlxsw_sp_acl_tcam_ops mlxsw_sp1_acl_tcam_ops; argument