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

  /src/sys/dev/ic/
aic6915var.h 150 int sc_txthresh; /* current Tx threshold */ member in struct:sf_softc
rtl81x9var.h 224 int sc_txthresh; /* Early tx threshold */ member in struct:rtk_softc
atwvar.h 196 int sc_txthresh; /* current tx threshold */ member in struct:atw_softc
tulipvar.h 368 int sc_txthresh; /* current transmit threshold */ member in struct:tulip_softc
  /src/sys/arch/mips/atheros/dev/
aevar.h 145 int sc_txthresh; /* current transmit threshold */ member in struct:ae_softc
  /src/sys/dev/pci/
if_ste.c 153 int sc_txthresh; /* Tx threshold */ member in struct:ste_softc
552 sc->sc_txthresh = 128;
924 sc->sc_txthresh += 32;
925 if (sc->sc_txthresh > 0x1ffc)
926 sc->sc_txthresh = 0x1ffc;
930 sc->sc_txthresh);
1227 STE_TxStartThresh, sc->sc_txthresh);
1228 /* Urgent threshold: set to sc_txthresh / 2 */
1230 sc->sc_txthresh >> 6);
if_stge.c 197 int sc_txthresh; /* Tx threshold */ member in struct:stge_softc
666 sc->sc_txthresh = 0x0fff;
1154 sc->sc_txthresh++;
1155 if (sc->sc_txthresh > 0x0fff)
1156 sc->sc_txthresh = 0x0fff;
1160 sc->sc_txthresh << 5);
1610 CSR_WRITE_2(sc, STGE_TxStartThresh, sc->sc_txthresh);

Completed in 17 milliseconds