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