Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwn/
H A Dif_iwn.c1405 IWN_UNLOCK(sc); in iwn_detach()
2960 IWN_UNLOCK(sc); in iwn_newstate()
3175 IWN_UNLOCK(sc); in iwn_rx_done()
4050 IWN_UNLOCK(sc); in iwn_notif_intr()
4121 IWN_UNLOCK(sc); in iwn_notif_intr()
4178 IWN_UNLOCK(sc); in iwn_rftoggle_task()
4189 IWN_UNLOCK(sc); in iwn_rftoggle_task()
4287 IWN_UNLOCK(sc); in iwn_intr()
4357 IWN_UNLOCK(sc); in iwn_intr()
5012 IWN_UNLOCK(sc); in iwn_xmit_task()
[all …]
H A Dif_iwnvar.h439 #define IWN_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro