Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c202 struct mlxsw_sp_acl_tcam_vregion { struct
203 struct mutex lock; /* Protects consistency of region, region2 pointers
206 struct mlxsw_sp_acl_tcam_region *region;
207 struct mlxsw_sp_acl_tcam_region *region2; /* Used during migration */
208 struct list_head list; /* Member of a TCAM group */
209 struct list_head tlist; /* Member of a TCAM */
210 struct list_head vchunk_list; /* List of vchunks under this vregion */
211 struct mlxsw_afk_key_info *key_info;
212 struct mlxsw_sp_acl_tcam *tcam;
213 struct mlxsw_sp_acl_tcam_vgroup *vgroup;
[all …]