Searched defs:mlxsw_sp_acl_tcam_vregion (Results 1 – 1 of 1) sorted by relevance
201 struct mlxsw_sp_acl_tcam_vregion { struct202 struct mutex lock; /* Protects consistency of region, region2 pointers205 struct mlxsw_sp_acl_tcam_region *region;206 struct mlxsw_sp_acl_tcam_region *region2; /* Used during migration */207 struct list_head list; /* Member of a TCAM group */208 struct list_head tlist; /* Member of a TCAM */209 struct list_head vchunk_list; /* List of vchunks under this vregion */210 struct mlxsw_afk_key_info *key_info;211 struct mlxsw_sp_acl_tcam *tcam;212 struct mlxsw_sp_acl_tcam_vgroup *vgroup;[all …]