Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c515 RUM_UNLOCK(sc); in rum_attach()
526 RUM_UNLOCK(sc); in rum_attach()
600 RUM_UNLOCK(sc); in rum_detach()
608 RUM_UNLOCK(sc); in rum_detach()
732 RUM_UNLOCK(sc); in rum_vap_delete()
755 RUM_UNLOCK(sc); in rum_cmdq_cb()
892 RUM_UNLOCK(sc); in rum_beacon_miss()
927 RUM_UNLOCK(sc); in rum_sta_recv_mgmt()
1065 RUM_UNLOCK(sc); in rum_newstate()
1282 RUM_UNLOCK(sc); in rum_bulk_read_callback()
[all …]
H A Dif_rumvar.h177 #define RUM_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) macro