Searched refs:vregion (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/trace/events/ |
D | mlxsw.h | 38 const struct mlxsw_sp_acl_tcam_vregion *vregion), 40 TP_ARGS(mlxsw_sp, vregion), 44 __field(const void *, vregion) 49 __entry->vregion = vregion; 53 __entry->mlxsw_sp, __entry->vregion) 58 const struct mlxsw_sp_acl_tcam_vregion *vregion), 60 TP_ARGS(mlxsw_sp, vregion), 64 __field(const void *, vregion) 69 __entry->vregion = vregion; 73 __entry->mlxsw_sp, __entry->vregion) [all …]
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_tcam.c | 241 struct mlxsw_sp_acl_tcam_vregion *vregion; member 279 list_next_entry(region, list)->vregion == region->vregion) in mlxsw_sp_acl_tcam_group_update() 402 mlxsw_sp_acl_tcam_vregion_prio(struct mlxsw_sp_acl_tcam_vregion *vregion) in mlxsw_sp_acl_tcam_vregion_prio() argument 406 if (list_empty(&vregion->vchunk_list)) in mlxsw_sp_acl_tcam_vregion_prio() 409 vchunk = list_first_entry(&vregion->vchunk_list, in mlxsw_sp_acl_tcam_vregion_prio() 415 mlxsw_sp_acl_tcam_vregion_max_prio(struct mlxsw_sp_acl_tcam_vregion *vregion) in mlxsw_sp_acl_tcam_vregion_max_prio() argument 419 if (list_empty(&vregion->vchunk_list)) in mlxsw_sp_acl_tcam_vregion_max_prio() 421 vchunk = list_last_entry(&vregion->vchunk_list, in mlxsw_sp_acl_tcam_vregion_max_prio() 429 struct mlxsw_sp_acl_tcam_vregion *vregion; in mlxsw_sp_acl_tcam_vgroup_prio_update() local 433 vregion = list_first_entry(&vgroup->vregion_list, in mlxsw_sp_acl_tcam_vgroup_prio_update() [all …]
|
D | spectrum_acl_tcam.h | 82 struct mlxsw_sp_acl_tcam_vregion *vregion; member
|
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1249 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument 1257 self.vregion = vregion 1270 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument 1276 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))
|