Searched refs:sc_tx_timer (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/sys/dev/ic/
H A Dmalovar.h110 int sc_tx_timer; member in struct:malo_softc
H A Dawivar.h106 int sc_tx_timer; member in struct:awi_softc
H A Drt2661var.h118 int sc_tx_timer; member in struct:rt2661_softc
H A Drt2560var.h124 int sc_tx_timer; member in struct:rt2560_softc
H A Danvar.h128 int sc_tx_timer; member in struct:an_softc
H A Drt2860var.h154 int sc_tx_timer; member in struct:rt2860_softc
H A Dwivar.h148 int sc_tx_timer; member in struct:wi_softc
H A Dbwfmvar.h226 int sc_tx_timer; member in struct:bwfm_softc
H A Datwvar.h186 int sc_tx_timer; member in struct:atw_softc
H A Dan.c704 sc->sc_tx_timer = 0;
846 sc->sc_tx_timer = 5;
887 if (sc->sc_tx_timer) {
888 if (--sc->sc_tx_timer == 0) {
1541 sc->sc_tx_timer = 0;
H A Dathnvar.h568 int sc_tx_timer; member in struct:athn_softc
H A Dawi.c639 sc->sc_tx_timer = sc->sc_rx_timer = 0;
784 sc->sc_tx_timer = 5;
802 if (sc->sc_tx_timer) {
803 if (--sc->sc_tx_timer == 0) {
1167 sc->sc_tx_timer = 0;
/netbsd-current/sys/dev/usb/
H A Dif_uralvar.h117 int sc_tx_timer; member in struct:ural_softc
H A Dif_rumvar.h119 int sc_tx_timer; member in struct:rum_softc
H A Dif_otusvar.h188 int sc_tx_timer; member in struct:otus_softc
H A Dif_runvar.h201 int sc_tx_timer; member in struct:run_softc
H A Dif_rum.c797 sc->sc_tx_timer = 0;
1313 sc->sc_tx_timer = 5;
1326 if (sc->sc_tx_timer > 0) {
1327 if (--sc->sc_tx_timer == 0) {
2109 sc->sc_tx_timer = 0;
H A Dif_ural.c889 sc->sc_tx_timer = 0;
1412 sc->sc_tx_timer = 5;
1425 if (sc->sc_tx_timer > 0) {
1426 if (--sc->sc_tx_timer == 0) {
2236 sc->sc_tx_timer = 0;
/netbsd-current/sys/dev/pci/
H A Dif_ipwvar.h111 int sc_tx_timer; member in struct:ipw_softc
H A Dif_iwivar.h160 int sc_tx_timer; member in struct:iwi_softc
H A Dif_rtwnreg.h191 int sc_tx_timer; member in struct:rtwn_softc
H A Dif_wpivar.h171 int sc_tx_timer; member in struct:wpi_softc
H A Dif_iwnvar.h322 int sc_tx_timer; member in struct:iwn_softc
H A Dif_iwmvar.h457 int sc_tx_timer; member in struct:iwm_softc
H A Dif_ipw.c1207 sc->sc_tx_timer = 0;
1558 sc->sc_tx_timer = 5;
1570 if (sc->sc_tx_timer > 0) {
1571 if (--sc->sc_tx_timer == 0) {
2274 sc->sc_tx_timer = 0;

Completed in 304 milliseconds

12