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