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