Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_urtw.c863 URTW_UNLOCK(sc); in urtw_attach()
917 URTW_UNLOCK(sc); in urtw_attach()
936 URTW_UNLOCK(sc); in urtw_detach()
955 URTW_UNLOCK(sc); in urtw_detach()
965 URTW_UNLOCK(sc); in urtw_detach()
1400 URTW_UNLOCK(sc); in urtw_parent()
1414 URTW_UNLOCK(sc); in urtw_parent()
1427 URTW_UNLOCK(sc); in urtw_transmit()
1432 URTW_UNLOCK(sc); in urtw_transmit()
1436 URTW_UNLOCK(sc); in urtw_transmit()
[all …]
H A Dif_urtwvar.h184 #define URTW_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) macro