Searched refs:sc_txthresh (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic6915.c170 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));
H A Daic6915var.h150 int sc_txthresh; /* current Tx threshold */ member in struct:sf_softc
H A Drtl81x9var.h223 int sc_txthresh; /* Early tx threshold */ member in struct:rtk_softc
H A Drtl81x9.c1138 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;
H A Datwvar.h196 int sc_txthresh; /* current tx threshold */ member in struct:atw_softc
H A Dtulipvar.h368 int sc_txthresh; /* current transmit threshold */ member in struct:tulip_softc
H A Datw.c1348 sc->sc_txthresh = 0;
1350 sc->sc_txth[sc->sc_txthresh].txth_opmode;
2907 txthresh = sc->sc_txthresh + 1;
2913 sc->sc_txthresh = txthresh;
H A Dtulip.c326 sc->sc_txthresh = TXTH_SF;
353 sc->sc_txthresh = TXTH_DM9102_SF;
1099 txthresh = sc->sc_txthresh + 1;
1104 sc->sc_txthresh = txthresh;
1745 sc->sc_txth[sc->sc_txthresh].txth_opmode;
/netbsd-current/sys/dev/pci/
H A Dif_ste.c153 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);
H A Dif_stge.c197 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);
1611 CSR_WRITE_2(sc, STGE_TxStartThresh, sc->sc_txthresh);
H A Dif_tlp_pci.c1494 sc->sc_txthresh = TXTH_SF;
/netbsd-current/sys/arch/mips/atheros/dev/
H A Daevar.h145 int sc_txthresh; /* current transmit threshold */ member in struct:ae_softc
H A Dif_ae.c915 txthresh = sc->sc_txthresh + 1;
922 sc->sc_txthresh = txthresh;
1425 ae_txthresh[sc->sc_txthresh].txth_opmode);
/netbsd-current/sys/dev/cardbus/
H A Dif_atw_cardbus.c245 sc->sc_txthresh = 3; /* TBD name constant */

Completed in 151 milliseconds