Home
last modified time | relevance | path

Searched refs:IPW_FLAG_RUNNING (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ipw/
H A Dif_ipwvar.h111 #define IPW_FLAG_RUNNING 0x0200 macro
H A Dif_ipw.c1707 if ((sc->flags & IPW_FLAG_RUNNING) == 0) { in ipw_transmit()
1770 if (sc->flags & IPW_FLAG_RUNNING) in ipw_watchdog()
1782 if (!(sc->flags & IPW_FLAG_RUNNING)) { in ipw_parent()
1786 } else if (sc->flags & IPW_FLAG_RUNNING) in ipw_parent()
2296 if (sc->flags & IPW_FLAG_RUNNING) in ipw_init()
2387 sc->flags |= IPW_FLAG_RUNNING; in ipw_init_locked()
2518 sc->flags &= ~IPW_FLAG_RUNNING; in ipw_stop_locked()