Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3872 if (!atomic_read(&bp->eq_spq_left)) { in bnx2x_sp_post()
3916 atomic_dec(&bp->eq_spq_left); in bnx2x_sp_post()
3926 atomic_read(&bp->cq_spq_left), atomic_read(&bp->eq_spq_left)); in bnx2x_sp_post()
5467 hw_cons, sw_cons, atomic_read(&bp->eq_spq_left)); in bnx2x_eq_int()
5649 atomic_add(spqe_cnt, &bp->eq_spq_left); in bnx2x_eq_int()
6134 atomic_set(&bp->eq_spq_left, in bnx2x_init_eq_ring()
14443 if (!atomic_read(&bp->eq_spq_left)) in bnx2x_cnic_sp_post()
14446 atomic_dec(&bp->eq_spq_left); in bnx2x_cnic_sp_post()
Dbnx2x.h1555 atomic_t eq_spq_left; /* COMMON_XXX ramrods credit */ member