Searched defs:mlx5_fc_stats (Results 1 – 1 of 1) sorted by relevance
484 struct mlx5_fc_stats { struct485 spinlock_t counters_idr_lock; /* protects counters_idr */486 struct idr counters_idr;487 struct list_head counters;488 struct llist_head addlist;489 struct llist_head dellist;491 struct workqueue_struct *wq;492 struct delayed_work work;493 unsigned long next_query;494 unsigned long sampling_interval; /* jiffies */[all …]