Home
last modified time | relevance | path

Searched refs:eq_spq_left (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3898 if (!atomic_read(&bp->eq_spq_left)) { in bnx2x_sp_post()
3942 atomic_dec(&bp->eq_spq_left); in bnx2x_sp_post()
3952 atomic_read(&bp->cq_spq_left), atomic_read(&bp->eq_spq_left)); in bnx2x_sp_post()
5491 DP(BNX2X_MSG_SP, "EQ: hw_cons %u sw_cons %u bp->eq_spq_left %x\n", in bnx2x_eq_int()
5492 hw_cons, sw_cons, atomic_read(&bp->eq_spq_left)); in bnx2x_eq_int()
5673 atomic_add(spqe_cnt, &bp->eq_spq_left); in bnx2x_eq_int()
6158 atomic_set(&bp->eq_spq_left, in bnx2x_init_eq_ring()
14548 if (!atomic_read(&bp->eq_spq_left)) in bnx2x_cnic_sp_post()
14551 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
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3896 if (!atomic_read(&bp->eq_spq_left)) { in bnx2x_sp_post()
3940 atomic_dec(&bp->eq_spq_left); in bnx2x_sp_post()
3950 atomic_read(&bp->cq_spq_left), atomic_read(&bp->eq_spq_left)); in bnx2x_sp_post()
5489 DP(BNX2X_MSG_SP, "EQ: hw_cons %u sw_cons %u bp->eq_spq_left %x\n", in bnx2x_eq_int()
5490 hw_cons, sw_cons, atomic_read(&bp->eq_spq_left)); in bnx2x_eq_int()
5671 atomic_add(spqe_cnt, &bp->eq_spq_left); in bnx2x_eq_int()
6156 atomic_set(&bp->eq_spq_left, in bnx2x_init_eq_ring()
14476 if (!atomic_read(&bp->eq_spq_left)) in bnx2x_cnic_sp_post()
14479 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

Completed in 42 milliseconds