Searched defs:mlxsw_sp_acl_tcam_vregion (Results 1 – 1 of 1) sorted by relevance
145 struct mlxsw_sp_acl_tcam_vregion { struct146 struct mutex lock; /* Protects consistency of region, region2 pointers149 struct mlxsw_sp_acl_tcam_region *region;150 struct mlxsw_sp_acl_tcam_region *region2; /* Used during migration */151 struct list_head list; /* Member of a TCAM group */152 struct list_head tlist; /* Member of a TCAM */153 struct list_head vchunk_list; /* List of vchunks under this vregion */154 struct mlxsw_afk_key_info *key_info;155 struct mlxsw_sp_acl_tcam *tcam;156 struct mlxsw_sp_acl_tcam_vgroup *vgroup;[all …]