HomeSort by: relevance | last modified time | path
    Searched defs:sc_txpending (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/ic/
aic6915var.h 144 int sc_txpending; /* number of Tx requests pending */ member in struct:sf_softc
smc83c170var.h 126 int sc_txpending; /* number of TX requests pending */ member in struct:epic_softc
dp83932var.h 194 int sc_txpending; /* number of Tx requests pending */ member in struct:sonic_softc
i82557var.h 234 int sc_txpending; /* number of TX requests pending */ member in struct:fxp_softc
wivar.h 172 u_int8_t sc_txpending[IEEE80211_RATE_MAXSIZE]; member in struct:wi_softc
  /src/sys/dev/pci/
oboe.c 121 int sc_txpending; member in struct:oboe_softc
282 if (sc->sc_txpending > 0) {
351 while (sc->sc_txpending == TX_SLOTS) {
387 sc->sc_txpending++;
577 sc->sc_txpending--;
580 if ((sc->sc_state & OBOE_CLOSING) && sc->sc_txpending == 0) {
616 sc->sc_txpending = 0;
if_ste.c 147 int sc_txpending; /* number of Tx requests pending */ member in struct:ste_softc
665 opending = sc->sc_txpending;
673 while (sc->sc_txpending < STE_NTXDESC) {
769 sc->sc_txpending++;
778 if (sc->sc_txpending != opending) {
997 for (i = sc->sc_txdirty; sc->sc_txpending != 0;
998 i = STE_NEXTTX(i), sc->sc_txpending--) {
1022 if (sc->sc_txpending == 0)
1286 sc->sc_txpending = 0;
if_stge.c 186 int sc_txpending; /* number of Tx requests pending */ member in struct:stge_softc
836 opending = sc->sc_txpending;
860 if (sc->sc_txpending == (STGE_NTXDESC - 1)) {
1006 sc->sc_txpending++;
1015 if (sc->sc_txpending != opending) {
1042 if (sc->sc_txpending != 0) {
1199 for (i = sc->sc_txdirty; sc->sc_txpending != 0;
1200 i = STGE_NEXTTX(i), sc->sc_txpending--) {
1224 if (sc->sc_txpending == 0)
1538 sc->sc_txpending = 0
    [all...]
  /src/sys/arch/sgimips/mace/
if_mec.c 309 int sc_txpending; /* number of TX requests pending */ member in struct:mec_softc
873 sc->sc_txpending = 0;
960 opending = sc->sc_txpending;
966 while (sc->sc_txpending < MEC_NTXDESC - 1) {
992 __func__, len, nexttx, sc->sc_txpending));
1310 if (sc->sc_txpending > (MEC_NTXDESC / 2) &&
1387 sc->sc_txpending++;
1391 if (sc->sc_txpending == MEC_NTXDESC - 1) {
1396 if (sc->sc_txpending != opending) {
1853 for (i = sc->sc_txdirty; i != txptr && sc->sc_txpending != 0
    [all...]

Completed in 18 milliseconds