Lines Matching defs:mlx5_fc_stats
483 struct mlx5_fc_stats { struct
484 spinlock_t counters_idr_lock; /* protects counters_idr */
485 struct idr counters_idr;
486 struct list_head counters;
487 struct llist_head addlist;
488 struct llist_head dellist;
490 struct workqueue_struct *wq;
491 struct delayed_work work;
492 unsigned long next_query;
493 unsigned long sampling_interval; /* jiffies */
494 u32 *bulk_query_out;
495 int bulk_query_len;
496 size_t num_counters;
497 bool bulk_query_alloc_failed;
498 unsigned long next_bulk_query_alloc;
499 struct mlx5_fc_pool fc_pool;