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

/openbsd-current/sys/dev/ic/
H A Dbwivar.h451 #define BWI_MAC_F_LOCKED 0x20 /* for debug */ macro
H A Dbwi.c2750 KASSERT((mac->mac_flags & BWI_MAC_F_LOCKED) == 0);
2766 mac->mac_flags |= BWI_MAC_F_LOCKED;
2774 KASSERT(mac->mac_flags & BWI_MAC_F_LOCKED);
2788 mac->mac_flags &= ~BWI_MAC_F_LOCKED;

Completed in 146 milliseconds