Searched refs:cq_spq_left (Results 1 – 2 of 2) sorted by relevance
1614 volatile unsigned long cq_spq_left; /* ETH_xxx ramrod credit */ member
2419 if (!atomic_load_acq_long(&sc->cq_spq_left)) { in bxe_sp_post()2451 atomic_subtract_acq_long(&sc->cq_spq_left, 1); in bxe_sp_post()2468 atomic_load_acq_long(&sc->cq_spq_left), in bxe_sp_post()2746 atomic_add_acq_long(&sc->cq_spq_left, 1); in bxe_sp_event()2749 atomic_load_acq_long(&sc->cq_spq_left)); in bxe_sp_event()9885 atomic_store_rel_long(&sc->cq_spq_left, MAX_SPQ_PENDING); in bxe_init_sp_ring()