Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn.c857 BWN_UNLOCK(sc); in bwn_detach()
949 BWN_UNLOCK(sc); in bwn_parent()
963 BWN_UNLOCK(sc); in bwn_transmit()
968 BWN_UNLOCK(sc); in bwn_transmit()
972 BWN_UNLOCK(sc); in bwn_transmit()
1658 BWN_UNLOCK(sc); in bwn_chiptest()
1661 BWN_UNLOCK(sc); in bwn_chiptest()
1839 BWN_UNLOCK(sc); in bwn_raw_xmit()
1846 BWN_UNLOCK(sc); in bwn_raw_xmit()
1867 BWN_UNLOCK(sc); in bwn_updateslot()
[all …]
H A Dif_bwnvar.h1081 #define BWN_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) macro