Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3899 if (!atomic_read(&bp->eq_spq_left)) { in bnx2x_sp_post()
3943 atomic_dec(&bp->eq_spq_left); in bnx2x_sp_post()
3953 atomic_read(&bp->cq_spq_left), atomic_read(&bp->eq_spq_left)); in bnx2x_sp_post()
5493 hw_cons, sw_cons, atomic_read(&bp->eq_spq_left)); in bnx2x_eq_int()
5674 atomic_add(spqe_cnt, &bp->eq_spq_left); in bnx2x_eq_int()
6159 atomic_set(&bp->eq_spq_left, in bnx2x_init_eq_ring()
14473 if (!atomic_read(&bp->eq_spq_left)) in bnx2x_cnic_sp_post()
14476 atomic_dec(&bp->eq_spq_left); in bnx2x_cnic_sp_post()
H A Dbnx2x.h1455 atomic_t eq_spq_left; /* COMMON_XXX ramrods credit */ member