Searched defs:mlxsw_sp_acl_tcam_vregion (Results 1 – 1 of 1) sorted by relevance
204 struct mlxsw_sp_acl_tcam_vregion { struct205 struct mutex lock; /* Protects consistency of region, region2 pointers208 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 …]