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

  /src/sys/dev/usb/
if_urtwnvar.h 169 int tx_timer; member in struct:urtwn_softc
if_zyd.c 2193 sc->tx_timer = 0;
2375 sc->tx_timer = 5;
2388 if (sc->tx_timer > 0) {
2389 if (--sc->tx_timer == 0) {
2548 sc->tx_timer = 0;
if_urtwn.c 2667 sc->tx_timer = 0;
3015 sc->tx_timer = 5;
3029 if (sc->tx_timer > 0) {
3030 if (--sc->tx_timer == 0) {
5079 sc->tx_timer = 0;
if_zydreg.h 1230 int tx_timer; member in struct:zyd_softc

Completed in 22 milliseconds