Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwi/
H A Dif_bwi.c1202 BWI_LOCK(sc); in bwi_init()
1293 BWI_LOCK(sc); in bwi_parent()
1333 BWI_LOCK(sc); in bwi_transmit()
1410 BWI_LOCK(sc); in bwi_raw_xmit()
1453 BWI_LOCK(sc); in bwi_stop()
1515 BWI_LOCK(sc); in bwi_intr()
1676 BWI_LOCK(sc); in bwi_scan_start()
1725 BWI_LOCK(sc); in bwi_set_channel()
1740 BWI_LOCK(sc); in bwi_scan_end()
1755 BWI_LOCK(sc); in bwi_newstate()
[all …]
H A Dif_bwivar.h674 #define BWI_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro