Home
last modified time | relevance | path

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

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