Home
last modified time | relevance | path

Searched refs:opreq_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h909 atomic_t opreq_count; member
H A Dmlx4_fw.c2672 int num_tasks = atomic_read(&priv->opreq_count); in mlx4_opreq_action()
2758 num_tasks = atomic_dec_return(&priv->opreq_count); in mlx4_opreq_action()
H A Dmlx4_eq.c703 atomic_inc(&priv->opreq_count); in mlx4_eq_int()
H A Dmlx4_main.c3254 atomic_set(&priv->opreq_count, 0); in mlx4_load_one()