Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c153 struct list_head vchunk_list; /* List of vchunks under this vregion */
177 struct list_head list; /* Member of a TCAM vregion */
180 unsigned int priority; /* Priority within the vregion and group */
182 struct mlxsw_sp_acl_tcam_vregion *vregion; member
218 /* Check if the next entry in the list has the same vregion. */ in mlxsw_sp_acl_tcam_group_update()
220 list_next_entry(region, list)->vregion == region->vregion) in mlxsw_sp_acl_tcam_group_update()
343 mlxsw_sp_acl_tcam_vregion_prio(struct mlxsw_sp_acl_tcam_vregion *vregion) in mlxsw_sp_acl_tcam_vregion_prio() argument
347 if (list_empty(&vregion->vchunk_list)) in mlxsw_sp_acl_tcam_vregion_prio()
349 /* As a priority of a vregion, return priority of the first vchunk */ in mlxsw_sp_acl_tcam_vregion_prio()
350 vchunk = list_first_entry(&vregion->vchunk_list, in mlxsw_sp_acl_tcam_vregion_prio()
[all …]
H A Dspectrum_acl_tcam.h21 struct mutex lock; /* guards vregion list */
78 struct mlxsw_sp_acl_tcam_vregion *vregion; member
/linux/include/trace/events/
H A 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;
52 TP_printk("mlxsw_sp %p, vregion %p",
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;
[all …]
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1259 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1267 self.vregion = vregion
1280 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1286 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))