Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c403 RSU_LOCK(sc); in rsu_ampdu_enable()
488 RSU_LOCK(sc); in rsu_attach()
634 RSU_LOCK(sc); in rsu_detach()
701 RSU_LOCK(sc); in rsu_vap_create()
746 RSU_LOCK(sc); in rsu_scan_start()
797 RSU_LOCK(sc); in rsu_set_channel()
832 RSU_LOCK(sc); in rsu_update_promisc()
903 RSU_LOCK(sc); in rsu_update_mcast()
1294 RSU_LOCK(sc); in rsu_calib_task()
1322 RSU_LOCK(sc); in rsu_tx_task()
[all …]
H A Dif_rsureg.h838 #define RSU_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro