Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipwvar.h107 #define IPW_FLAG_ENABLED 0x0020 macro
H A Dif_ipw.c1873 if ((sc->flags & IPW_FLAG_ENABLED) == 0) { in ipw_enable()
1881 sc->flags |= IPW_FLAG_ENABLED; in ipw_enable()
1891 if (sc->flags & IPW_FLAG_ENABLED) { in ipw_disable()
1899 sc->flags &= ~IPW_FLAG_ENABLED; in ipw_disable()
2132 if (sc->flags & IPW_FLAG_ENABLED) { in ipw_scan()