Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c377 UATH_LOCK(sc); in uath_attach()
394 UATH_LOCK(sc); in uath_attach()
484 UATH_LOCK(sc); in uath_detach()
510 UATH_LOCK(sc); in uath_detach()
783 UATH_LOCK(sc); in uath_stat()
1499 UATH_LOCK(sc); in uath_parent()
1673 UATH_LOCK(sc); in uath_transmit()
1780 UATH_LOCK(sc); in uath_raw_xmit()
1827 UATH_LOCK(sc); in uath_set_channel()
1850 UATH_LOCK(sc); in uath_update_mcast()
[all …]
H A Dif_uathvar.h236 #define UATH_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro