Home
last modified time | relevance | path

Searched refs:txthresh (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/mips/atheros/dev/
H A Dif_ae.c853 int handled = 0, txthresh; in ae_intr() local
914 txthresh = sc->sc_txthresh + 1; in ae_intr()
915 if (ae_txthresh[txthresh].txth_name != NULL) { in ae_intr()
921 sc->sc_txthresh = txthresh; in ae_intr()
924 ae_txthresh[txthresh].txth_opmode; in ae_intr()
928 ae_txthresh[txthresh].txth_name); in ae_intr()
/netbsd-src/sys/dev/ic/
H A Datw.c2817 int txthresh, s; in atw_softintr() local
2907 txthresh = sc->sc_txthresh + 1; in atw_softintr()
2909 sc->sc_txth[txthresh].txth_name != NULL) { in atw_softintr()
2913 sc->sc_txthresh = txthresh; in atw_softintr()
2916 sc->sc_txth[txthresh].txth_opmode; in atw_softintr()
2919 sc->sc_txth[txthresh].txth_name); in atw_softintr()
H A Dtulip.c1017 int handled = 0, txthresh; in tlp_intr() local
1098 txthresh = sc->sc_txthresh + 1; in tlp_intr()
1099 if (sc->sc_txth[txthresh].txth_name != NULL) { in tlp_intr()
1103 sc->sc_txthresh = txthresh; in tlp_intr()
1106 sc->sc_txth[txthresh].txth_opmode; in tlp_intr()
1110 sc->sc_txth[txthresh].txth_name); in tlp_intr()