Home
last modified time | relevance | path

Searched refs:fully_used (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c628 INIT_LIST_HEAD(&fc_pool->fully_used); in mlx5_fc_pool_init()
642 list_for_each_entry_safe(bulk, tmp, &fc_pool->fully_used, pool_list) in mlx5_fc_pool_cleanup()
706 &fc_pool->fully_used, false); in mlx5_fc_pool_acquire_counter()
/freebsd/sys/dev/mlx5/
H A Ddriver.h276 struct list_head fully_used; member