Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1046 if (!atomic_load_acq_long(&sc->cq_spq_left)) { in bnx2x_sp_post()
1077 atomic_subtract_acq_long(&sc->cq_spq_left, 1); in bnx2x_sp_post()
1089 atomic_load_acq_long(&sc->cq_spq_left), in bnx2x_sp_post()
1219 atomic_add_acq_long(&sc->cq_spq_left, 1); in bnx2x_sp_event()
1222 atomic_load_acq_long(&sc->cq_spq_left)); in bnx2x_sp_event()
5205 atomic_store_rel_long(&sc->cq_spq_left, MAX_SPQ_PENDING); in bnx2x_init_sp_ring()
11932 sc->cq_spq_left, sc->eq_spq_left);
H A Dbnx2x.h1250 volatile unsigned long cq_spq_left; /* ETH_xxx ramrod credit */ member