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