Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_zyd.c365 ZYD_LOCK(sc); in zyd_attach()
446 ZYD_LOCK(sc); in zyd_detach()
458 ZYD_LOCK(sc); in zyd_detach()
590 ZYD_LOCK(sc); in zyd_newstate()
2022 ZYD_LOCK(sc); in zyd_update_mcast()
2292 ZYD_LOCK(sc); in zyd_bulk_read_callback()
2551 ZYD_LOCK(sc); in zyd_transmit()
2594 ZYD_LOCK(sc); in zyd_raw_xmit()
2627 ZYD_LOCK(sc); in zyd_parent()
2769 ZYD_LOCK(sc); in zyd_stop()
[all …]
H A Dif_zydreg.h1311 #define ZYD_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro