Home
last modified time | relevance | path

Searched defs:mlx5_fc_stats (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/mlx5/
Ddriver.h483 struct mlx5_fc_stats { struct
484 spinlock_t counters_idr_lock; /* protects counters_idr */
485 struct idr counters_idr;
486 struct list_head counters;
487 struct llist_head addlist;
488 struct llist_head dellist;
490 struct workqueue_struct *wq;
491 struct delayed_work work;
492 unsigned long next_query;
493 unsigned long sampling_interval; /* jiffies */
[all …]
/kernel/linux/linux-5.10/include/linux/mlx5/
Ddriver.h486 struct mlx5_fc_stats { struct
487 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 …]