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

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwvar.h112 #define IPW_FLAG_RUNNING 0x0200 macro
H A Dif_ipw.c1718 if ((sc->flags & IPW_FLAG_RUNNING) == 0) {
1781 if (sc->flags & IPW_FLAG_RUNNING)
1793 if (!(sc->flags & IPW_FLAG_RUNNING)) {
1797 } else if (sc->flags & IPW_FLAG_RUNNING)
2307 if (sc->flags & IPW_FLAG_RUNNING)
2398 sc->flags |= IPW_FLAG_RUNNING;
2529 sc->flags &= ~IPW_FLAG_RUNNING;

Completed in 39 milliseconds