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

  /src/sys/dev/ic/
atwvar.h 195 const struct atw_txthresh_tab *sc_txth; member in struct:atw_softc
tulipvar.h 367 const struct tulip_txthresh_tab *sc_txth; member in struct:tulip_softc
tulip.c 204 sc->sc_txth = tlp_10_txthresh_tab;
209 sc->sc_txth = tlp_dm9102_txthresh_tab;
213 sc->sc_txth = tlp_10_100_txthresh_tab;
1099 if (sc->sc_txth[txthresh].txth_name != NULL) {
1106 sc->sc_txth[txthresh].txth_opmode;
1110 sc->sc_txth[txthresh].txth_name);
1744 sc->sc_txth[sc->sc_txthresh].txth_opmode;
atw.c 524 sc->sc_txth = atw_txthresh_tab_lo;
1350 sc->sc_txth[sc->sc_txthresh].txth_opmode;
2909 sc->sc_txth[txthresh].txth_name != NULL) {
2916 sc->sc_txth[txthresh].txth_opmode;
2919 sc->sc_txth[txthresh].txth_name);

Completed in 17 milliseconds