Searched refs:BWI_UNLOCK (Results 1 – 2 of 2) sorted by relevance
1220 BWI_UNLOCK(sc); in bwi_init()1345 BWI_UNLOCK(sc); in bwi_ioctl()1370 BWI_UNLOCK(sc); in bwi_start()1477 BWI_UNLOCK(sc); in bwi_raw_xmit()1503 BWI_UNLOCK(sc); in bwi_stop()1569 BWI_UNLOCK(sc); in bwi_intr()1577 BWI_UNLOCK(sc); in bwi_intr()1585 BWI_UNLOCK(sc); in bwi_intr()1650 BWI_UNLOCK(sc); in bwi_intr()1679 BWI_UNLOCK(sc); in bwi_intr()[all …]
672 #define BWI_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) macro