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