Home
last modified time | relevance | path

Searched defs:mlx5e_flow_meters (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dmeter.c34 struct mlx5e_flow_meters { struct
35 enum mlx5_flow_namespace_type ns_type;
36 struct mlx5_aso *aso;
37 struct mutex aso_lock; /* Protects aso operations */
38 int log_granularity;
39 u32 pdn;
43 struct mutex sync_lock; /* protect flow meter operations */
44 struct list_head partial_list;
45 struct list_head full_list;
47 struct mlx5_core_dev *mdev;
[all …]