Searched refs:eq_spq_left (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1663 volatile unsigned long eq_spq_left; /* COMMON_xxx ramrod credit */ member in struct:bxe_softc
H A Dbxe.c2418 if (!atomic_load_acq_long(&sc->eq_spq_left)) {
2454 atomic_subtract_acq_long(&sc->eq_spq_left, 1);
2474 atomic_load_acq_long(&sc->eq_spq_left));
8538 BLOGD(sc, DBG_SP,"EQ: hw_cons=%u sw_cons=%u eq_spq_left=0x%lx\n",
8539 hw_cons, sw_cons, atomic_load_acq_long(&sc->eq_spq_left));
8667 atomic_add_acq_long(&sc->eq_spq_left, spqe_cnt);
9951 atomic_store_rel_long(&sc->eq_spq_left,

Completed in 286 milliseconds