Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c1894 atomic_inc(&bp->cq_spq_left); in bnx2x_sp_event()
1898 DP(BNX2X_MSG_SP, "bp->cq_spq_left %x\n", atomic_read(&bp->cq_spq_left)); in bnx2x_sp_event()
3904 } else if (!atomic_read(&bp->cq_spq_left)) { in bnx2x_sp_post()
3944 atomic_dec(&bp->cq_spq_left); in bnx2x_sp_post()
3952 atomic_read(&bp->cq_spq_left), atomic_read(&bp->eq_spq_left)); in bnx2x_sp_post()
6132 atomic_set(&bp->cq_spq_left, MAX_SPQ_PENDING); in bnx2x_init_sp_ring()
14543 if (!atomic_read(&bp->cq_spq_left)) in bnx2x_cnic_sp_post()
14546 atomic_dec(&bp->cq_spq_left); in bnx2x_cnic_sp_post()
14811 atomic_add(count, &bp->cq_spq_left); in bnx2x_drv_ctl()
[all...]
H A Dbnx2x.h1445 atomic_t cq_spq_left; /* ETH_XXX ramrods credit */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c1892 atomic_inc(&bp->cq_spq_left); in bnx2x_sp_event()
1896 DP(BNX2X_MSG_SP, "bp->cq_spq_left %x\n", atomic_read(&bp->cq_spq_left)); in bnx2x_sp_event()
3902 } else if (!atomic_read(&bp->cq_spq_left)) { in bnx2x_sp_post()
3942 atomic_dec(&bp->cq_spq_left); in bnx2x_sp_post()
3950 atomic_read(&bp->cq_spq_left), atomic_read(&bp->eq_spq_left)); in bnx2x_sp_post()
6130 atomic_set(&bp->cq_spq_left, MAX_SPQ_PENDING); in bnx2x_init_sp_ring()
14471 if (!atomic_read(&bp->cq_spq_left)) in bnx2x_cnic_sp_post()
14474 atomic_dec(&bp->cq_spq_left); in bnx2x_cnic_sp_post()
14739 atomic_add(count, &bp->cq_spq_left); in bnx2x_drv_ctl()
[all...]
H A Dbnx2x.h1445 atomic_t cq_spq_left; /* ETH_XXX ramrods credit */ member

Completed in 41 milliseconds