Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c406 RSU_UNLOCK(sc); in rsu_ampdu_enable()
411 RSU_UNLOCK(sc); in rsu_ampdu_enable()
495 RSU_UNLOCK(sc); in rsu_attach()
638 RSU_UNLOCK(sc); in rsu_detach()
705 RSU_UNLOCK(sc); in rsu_vap_create()
751 RSU_UNLOCK(sc); in rsu_scan_start()
836 RSU_UNLOCK(sc); in rsu_update_promisc()
907 RSU_UNLOCK(sc); in rsu_update_mcast()
1315 RSU_UNLOCK(sc); in rsu_calib_task()
1325 RSU_UNLOCK(sc); in rsu_tx_task()
[all …]
H A Dif_rsureg.h839 #define RSU_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) macro