Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmlx4.h890 atomic_t opreq_count; member
Dfw.c2448 int num_tasks = atomic_read(&priv->opreq_count); in mlx4_opreq_action()
2534 num_tasks = atomic_dec_return(&priv->opreq_count); in mlx4_opreq_action()
Deq.c662 atomic_inc(&priv->opreq_count); in mlx4_eq_int()
Dmain.c2820 atomic_set(&priv->opreq_count, 0); in mlx4_load_one()