Home
last modified time | relevance | path

Searched refs:vregion (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/trace/events/
Dmlxsw.h38 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-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c238 struct mlxsw_sp_acl_tcam_vregion *vregion; member
276 list_next_entry(region, list)->vregion == region->vregion) in mlxsw_sp_acl_tcam_group_update()
399 mlxsw_sp_acl_tcam_vregion_prio(struct mlxsw_sp_acl_tcam_vregion *vregion) in mlxsw_sp_acl_tcam_vregion_prio() argument
403 if (list_empty(&vregion->vchunk_list)) in mlxsw_sp_acl_tcam_vregion_prio()
406 vchunk = list_first_entry(&vregion->vchunk_list, in mlxsw_sp_acl_tcam_vregion_prio()
412 mlxsw_sp_acl_tcam_vregion_max_prio(struct mlxsw_sp_acl_tcam_vregion *vregion) in mlxsw_sp_acl_tcam_vregion_max_prio() argument
416 if (list_empty(&vregion->vchunk_list)) in mlxsw_sp_acl_tcam_vregion_max_prio()
418 vchunk = list_last_entry(&vregion->vchunk_list, in mlxsw_sp_acl_tcam_vregion_max_prio()
426 struct mlxsw_sp_acl_tcam_vregion *vregion; in mlxsw_sp_acl_tcam_vgroup_prio_update() local
430 vregion = list_first_entry(&vgroup->vregion_list, in mlxsw_sp_acl_tcam_vgroup_prio_update()
[all …]
Dspectrum_acl_tcam.h82 struct mlxsw_sp_acl_tcam_vregion *vregion; member
/linux-6.1.9/tools/perf/scripts/python/
Dexported-sql-viewer.py1256 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1264 self.vregion = vregion
1277 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1283 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))