Searched refs:BWI_F_RUNNING (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/
H A Dglue.c37 if ((sc->sc_flags & BWI_F_RUNNING) == 0
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c1205 if (sc->sc_flags & BWI_F_RUNNING)
1276 sc->sc_flags |= BWI_F_RUNNING;
1315 if ((sc->sc_flags & BWI_F_RUNNING) == 0) {
1319 } else if (sc->sc_flags & BWI_F_RUNNING)
1333 if ((sc->sc_flags & BWI_F_RUNNING) == 0) {
1404 if ((sc->sc_flags & BWI_F_RUNNING) == 0) {
1470 if (sc->sc_flags & BWI_F_RUNNING) {
1502 sc->sc_flags &= ~BWI_F_RUNNING;
1517 if ((sc->sc_flags & BWI_F_RUNNING) == 0 ||
3703 if (sc->sc_flags & BWI_F_RUNNING) {
[all...]
H A Dif_bwivar.h657 #define BWI_F_RUNNING 0x8 macro
H A Dbwirf.c1329 if ((sc->sc_flags & BWI_F_RUNNING) == 0)
1352 if ((sc->sc_flags & BWI_F_RUNNING) == 0)
1476 if ((sc->sc_flags & BWI_F_RUNNING) == 0) {

Completed in 48 milliseconds