Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipwvar.h108 #define IPW_FLAG_BUSY 0x0040 macro
H A Dif_ipw.c991 sc->flags &= ~IPW_FLAG_BUSY; in ipw_rx_cmd_intr()
1480 if (sc->flags & IPW_FLAG_BUSY) { in ipw_cmd()
1485 sc->flags |= IPW_FLAG_BUSY; in ipw_cmd()
1493 sc->flags &= ~IPW_FLAG_BUSY; in ipw_cmd()
1537 sc->flags &= ~IPW_FLAG_BUSY; in ipw_cmd()