HomeSort by: relevance | last modified time | path
    Searched refs:sc_tx_timer (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/sys/dev/ic/
malovar.h 110 int sc_tx_timer; member in struct:malo_softc
anvar.h 128 int sc_tx_timer; member in struct:an_softc
rt2560var.h 124 int sc_tx_timer; member in struct:rt2560_softc
rt2661var.h 118 int sc_tx_timer; member in struct:rt2661_softc
awivar.h 105 int sc_tx_timer; member in struct:awi_softc
rt2860var.h 154 int sc_tx_timer; member in struct:rt2860_softc
wivar.h 148 int sc_tx_timer; member in struct:wi_softc
bwfmvar.h 226 int sc_tx_timer; member in struct:bwfm_softc
atwvar.h 186 int sc_tx_timer; member in struct:atw_softc
an.c 704 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;
athnvar.h 568 int sc_tx_timer; member in struct:athn_softc
awi.c 606 sc->sc_tx_timer = sc->sc_rx_timer = 0;
749 sc->sc_tx_timer = 5;
767 if (sc->sc_tx_timer) {
768 if (--sc->sc_tx_timer == 0) {
1132 sc->sc_tx_timer = 0;
  /src/sys/dev/usb/
if_rumvar.h 119 int sc_tx_timer; member in struct:rum_softc
if_uralvar.h 117 int sc_tx_timer; member in struct:ural_softc
if_otusvar.h 188 int sc_tx_timer; member in struct:otus_softc
if_runvar.h 201 int sc_tx_timer; member in struct:run_softc
if_rum.c 795 sc->sc_tx_timer = 0;
1311 sc->sc_tx_timer = 5;
1324 if (sc->sc_tx_timer > 0) {
1325 if (--sc->sc_tx_timer == 0) {
2107 sc->sc_tx_timer = 0;
if_ural.c 887 sc->sc_tx_timer = 0;
1410 sc->sc_tx_timer = 5;
1423 if (sc->sc_tx_timer > 0) {
1424 if (--sc->sc_tx_timer == 0) {
2234 sc->sc_tx_timer = 0;
  /src/sys/dev/pci/
if_ipwvar.h 111 int sc_tx_timer; member in struct:ipw_softc
if_iwivar.h 160 int sc_tx_timer; member in struct:iwi_softc
if_rtwnreg.h 191 int sc_tx_timer; member in struct:rtwn_softc
if_wpivar.h 171 int sc_tx_timer; member in struct:wpi_softc
if_iwmvar.h 457 int sc_tx_timer; member in struct:iwm_softc
if_iwnvar.h 322 int sc_tx_timer; member in struct:iwn_softc
if_ipw.c 1207 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 26 milliseconds

1 2