Searched defs:mlx5_fc_stats (Results 1 – 1 of 1) sorted by relevance
284 struct mlx5_fc_stats { struct285 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 */[all …]