Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ipw/
HDif_ipwvar.h103 #define IPW_FLAG_INIT_LOCKED 0x0002 macro
HDif_ipw.c2319 if (sc->flags & IPW_FLAG_INIT_LOCKED) in ipw_init_locked()
2321 sc->flags |= IPW_FLAG_INIT_LOCKED; in ipw_init_locked()
2388 sc->flags &= ~IPW_FLAG_INIT_LOCKED; in ipw_init_locked()
2393 sc->flags &= ~IPW_FLAG_INIT_LOCKED; in ipw_init_locked()