Home
last modified time | relevance | path

Searched refs:wil_to_dev (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/ath/wil6210/
Dpmc.c55 struct device *dev = wil_to_dev(wil); in wil_pmc_alloc()
203 struct device *dev = wil_to_dev(wil); in wil_pmc_free()
Dwil_crash_dump.c111 dev_coredumpv(wil_to_dev(wil), fw_dump_data, fw_dump_size, GFP_KERNEL); in wil_fw_core_dump()
Dtxrx.c99 struct device *dev = wil_to_dev(wil); in wil_vring_alloc()
160 struct device *dev = wil_to_dev(wil); in wil_vring_free()
228 struct device *dev = wil_to_dev(wil); in wil_vring_alloc_skb()
386 struct device *dev = wil_to_dev(wil); in wil_vring_reap_rx()
1326 struct device *dev = wil_to_dev(wil); in __wil_tx_vring_tso()
1619 struct device *dev = wil_to_dev(wil); in __wil_tx_vring()
1874 struct device *dev = wil_to_dev(wil); in wil_tx_complete()
Dfw_inc.c518 rc = request_firmware(&fw, name, wil_to_dev(wil)); in wil_request_firmware()
Dwil6210.h676 #define wil_to_dev(i) (wiphy_dev(wil_to_wiphy(i))) macro
Dcfg80211.c1521 dev_dbg(wil_to_dev(wil), "%s()\n", __func__); in wil_wdev_free()