Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwi/
H A Dif_bwi.c1204 BWI_UNLOCK(sc); in bwi_init()
1322 BWI_UNLOCK(sc); in bwi_parent()
1335 BWI_UNLOCK(sc); in bwi_transmit()
1340 BWI_UNLOCK(sc); in bwi_transmit()
1344 BWI_UNLOCK(sc); in bwi_transmit()
1432 BWI_UNLOCK(sc); in bwi_raw_xmit()
1456 BWI_UNLOCK(sc); in bwi_stop()
1520 BWI_UNLOCK(sc); in bwi_intr()
1528 BWI_UNLOCK(sc); in bwi_intr()
1536 BWI_UNLOCK(sc); in bwi_intr()
[all …]
H A Dif_bwivar.h675 #define BWI_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) macro