Lines Matching defs:mlx5_fc_stats
284 struct mlx5_fc_stats { struct
285 spinlock_t counters_idr_lock; /* protects counters_idr */
286 struct idr counters_idr;
287 struct list_head counters;
288 struct llist_head addlist;
289 struct llist_head dellist;
291 struct workqueue_struct *wq;
292 struct delayed_work work;
293 unsigned long next_query;
294 unsigned long sampling_interval; /* jiffies */
295 u32 *bulk_query_out;
296 int bulk_query_len;
297 size_t num_counters;
298 bool bulk_query_alloc_failed;
299 unsigned long next_bulk_query_alloc;
300 struct mlx5_fc_pool fc_pool;