Searched defs:mlx5e_flow_meters (Results 1 – 1 of 1) sorted by relevance
34 struct mlx5e_flow_meters { struct35 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 …]