Searched defs:mlx5e_flow_meters (Results 1 – 1 of 1) sorted by relevance
35 struct mlx5e_flow_meters { struct36 enum mlx5_flow_namespace_type ns_type;37 struct mlx5_aso *aso;38 struct mutex aso_lock; /* Protects aso operations */39 int log_granularity;40 u32 pdn;44 struct mutex sync_lock; /* protect flow meter operations */45 struct list_head partial_list;46 struct list_head full_list;48 struct mlx5_core_dev *mdev;[all …]