Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/
H A Ddriver.h284 struct mlx5_fc_stats { struct
285 spinlock_t counters_idr_lock; /* protects counters_idr */
286 struct idr counters_idr;
287 struct list_head counters;
288 struct llist_head addlist;
289 struct llist_head dellist;
291 struct workqueue_struct *wq;
292 struct delayed_work work;
293 unsigned long next_query;
294 unsigned long sampling_interval; /* jiffies */
[all …]