Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c1893 atomic_inc(&bp->cq_spq_left); in bnx2x_sp_event()
1897 DP(BNX2X_MSG_SP, "bp->cq_spq_left %x\n", atomic_read(&bp->cq_spq_left)); in bnx2x_sp_event()
3903 } else if (!atomic_read(&bp->cq_spq_left)) { in bnx2x_sp_post()
3943 atomic_dec(&bp->cq_spq_left); in bnx2x_sp_post()
3951 atomic_read(&bp->cq_spq_left), atomic_read(&bp->eq_spq_left)); in bnx2x_sp_post()
6131 atomic_set(&bp->cq_spq_left, MAX_SPQ_PENDING); in bnx2x_init_sp_ring()
14478 if (!atomic_read(&bp->cq_spq_left)) in bnx2x_cnic_sp_post()
14481 atomic_dec(&bp->cq_spq_left); in bnx2x_cnic_sp_post()
14746 atomic_add(count, &bp->cq_spq_left); in bnx2x_drv_ctl()
Dbnx2x.h1445 atomic_t cq_spq_left; /* ETH_XXX ramrods credit */ member