Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1050 if (!atomic_load_acq_long(&sc->cq_spq_left)) { in bnx2x_sp_post()
1081 atomic_subtract_acq_long(&sc->cq_spq_left, 1); in bnx2x_sp_post()
1093 atomic_load_acq_long(&sc->cq_spq_left), in bnx2x_sp_post()
1223 atomic_add_acq_long(&sc->cq_spq_left, 1); in bnx2x_sp_event()
1226 atomic_load_acq_long(&sc->cq_spq_left)); in bnx2x_sp_event()
5209 atomic_store_rel_long(&sc->cq_spq_left, MAX_SPQ_PENDING); in bnx2x_init_sp_ring()
11925 sc->cq_spq_left, sc->eq_spq_left);
H A Dbnx2x.h1250 volatile unsigned long cq_spq_left; /* ETH_xxx ramrod credit */ member