Home
last modified time | relevance | path

Searched refs:WI_LOCK (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/wi/
HDif_wivar.h179 #define WI_LOCK(_sc) lockmgr(&(_sc)->sc_lk, LK_EXCLUSIVE) macro
183 #define WI_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
HDif_wi.c500 WI_LOCK(sc); in wi_detach()
588 WI_LOCK(sc); in wi_shutdown()
600 WI_LOCK(sc); in wi_intr()
735 WI_LOCK(sc); in wi_set_channel()
749 WI_LOCK(sc); in wi_scan_start()
771 WI_LOCK(sc); in wi_scan_end()
808 WI_LOCK(sc); in wi_newstate_sta()
879 WI_LOCK(sc); in wi_newstate_hostap()
933 WI_LOCK(sc); in wi_transmit()
1067 WI_LOCK(sc); in wi_raw_xmit()
[all …]
HDif_wi_pci.c259 WI_LOCK(sc); in wi_pci_suspend()
272 WI_LOCK(sc); in wi_pci_resume()