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

  /src/sys/dev/ic/
aic6915.c 170 sc->sc_txthresh = 10;
583 if (sc->sc_txthresh < 0xff)
584 sc->sc_txthresh++;
588 sc->sc_txthresh * 16);
591 TFCSR_TransmitThreshold(sc->sc_txthresh));
595 sc->sc_txthresh));
999 TFCSR_TransmitThreshold(sc->sc_txthresh));
1010 TDQC_TxHighPriorityFifoThreshold(sc->sc_txthresh));
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
rtl81x9.c 1138 if (sc->sc_txthresh < RTK_TXTH_MAX) {
1139 sc->sc_txthresh += 2;
1142 sc->sc_txthresh * 32);
1319 RTK_TXSTAT_THRESH(sc->sc_txthresh) | len);
1365 sc->sc_txthresh = RTK_TXTH_256;
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
atw.c 1348 sc->sc_txthresh = 0;
1350 sc->sc_txth[sc->sc_txthresh].txth_opmode;
2907 txthresh = sc->sc_txthresh + 1;
2913 sc->sc_txthresh = txthresh;
tulip.c 326 sc->sc_txthresh = TXTH_SF;
353 sc->sc_txthresh = TXTH_DM9102_SF;
1098 txthresh = sc->sc_txthresh + 1;
1103 sc->sc_txthresh = txthresh;
1744 sc->sc_txth[sc->sc_txthresh].txth_opmode;
  /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
653 sc->sc_txthresh = 0x0fff;
1141 sc->sc_txthresh++;
1142 if (sc->sc_txthresh > 0x0fff)
1143 sc->sc_txthresh = 0x0fff;
1147 sc->sc_txthresh << 5);
1597 CSR_WRITE_2(sc, STGE_TxStartThresh, sc->sc_txthresh);
if_tlp_pci.c 1494 sc->sc_txthresh = TXTH_SF;
  /src/sys/arch/mips/atheros/dev/
aevar.h 145 int sc_txthresh; /* current transmit threshold */ member in struct:ae_softc
if_ae.c 909 txthresh = sc->sc_txthresh + 1;
916 sc->sc_txthresh = txthresh;
1419 ae_txthresh[sc->sc_txthresh].txth_opmode);
  /src/sys/dev/cardbus/
if_atw_cardbus.c 245 sc->sc_txthresh = 3; /* TBD name constant */

Completed in 51 milliseconds