Searched refs:BWN_LOCK (Results 1 – 2 of 2) sorted by relevance
856 BWN_LOCK(sc); in bwn_detach()941 BWN_LOCK(sc); in bwn_parent()962 BWN_LOCK(sc); in bwn_transmit()1632 BWN_LOCK(sc); in bwn_chiptest()1838 BWN_LOCK(sc); in bwn_raw_xmit()1864 BWN_LOCK(sc); in bwn_updateslot()1885 BWN_LOCK(sc); in bwn_update_promisc()1911 BWN_LOCK(sc); in bwn_wme_update()1931 BWN_LOCK(sc); in bwn_scan_start()1948 BWN_LOCK(sc); in bwn_scan_end()[all …]
1080 #define BWN_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro