Home
last modified time | relevance | path

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

/src/sys/dev/usb/wlan/
H A Dif_rsu.c403 RSU_LOCK(sc); in rsu_ampdu_enable()
494 RSU_LOCK(sc); in rsu_attach()
639 RSU_LOCK(sc); in rsu_detach()
706 RSU_LOCK(sc); in rsu_vap_create()
751 RSU_LOCK(sc); in rsu_scan_start()
802 RSU_LOCK(sc); in rsu_set_channel()
837 RSU_LOCK(sc); in rsu_update_promisc()
908 RSU_LOCK(sc); in rsu_update_mcast()
1299 RSU_LOCK(sc); in rsu_calib_task()
1327 RSU_LOCK(sc); in rsu_tx_task()
[all …]
H A Dif_rsureg.h845 #define RSU_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro