Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/wlan/
Dif_uath.c378 UATH_LOCK(sc); in uath_attach()
395 UATH_LOCK(sc); in uath_attach()
485 UATH_LOCK(sc); in uath_detach()
511 UATH_LOCK(sc); in uath_detach()
784 UATH_LOCK(sc); in uath_stat()
1500 UATH_LOCK(sc); in uath_parent()
1674 UATH_LOCK(sc); in uath_transmit()
1781 UATH_LOCK(sc); in uath_raw_xmit()
1828 UATH_LOCK(sc); in uath_set_channel()
1849 UATH_LOCK(sc); in uath_update_mcast()
[all …]
Dif_uathvar.h237 #define UATH_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro