Searched refs:wil_to_dev (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | txrx_edma.c | 62 struct device *dev = wil_to_dev(wil); in wil_sring_free() 81 struct device *dev = wil_to_dev(wil); in wil_sring_alloc() 154 struct device *dev = wil_to_dev(wil); in wil_ring_alloc_skb_edma() 266 struct device *dev = wil_to_dev(wil); in wil_move_all_rx_buff_to_free_list() 374 struct device *dev = wil_to_dev(wil); in wil_ring_alloc_desc_ring() 418 struct device *dev = wil_to_dev(wil); in wil_ring_free_edma() 851 struct device *dev = wil_to_dev(wil); in wil_sring_reap_rx_edma() 1160 struct device *dev = wil_to_dev(wil); in wil_tx_sring_handler() 1356 struct device *dev = wil_to_dev(wil); in wil_tx_tso_gen_desc() 1527 struct device *dev = wil_to_dev(wil); in __wil_tx_ring_tso_edma()
|
| H A D | wil_crash_dump.c | 120 dev_coredumpv(wil_to_dev(wil), fw_dump_data, fw_dump_size, GFP_KERNEL); in wil_fw_core_dump()
|
| H A D | pmc.c | 45 struct device *dev = wil_to_dev(wil); in wil_pmc_alloc() 227 struct device *dev = wil_to_dev(wil); in wil_pmc_free()
|
| H A D | fw_inc.c | 653 rc = request_firmware(&fw, name, wil_to_dev(wil)); in wil_request_firmware() 785 rc = request_firmware(&brd, name, wil_to_dev(wil)); in wil_request_board() 822 rc = request_firmware(&fw, name, wil_to_dev(wil)); in wil_fw_verify_file_exists()
|
| H A D | txrx.c | 112 struct device *dev = wil_to_dev(wil); in wil_vring_alloc() 192 struct device *dev = wil_to_dev(wil); in wil_vring_free() 259 struct device *dev = wil_to_dev(wil); in wil_vring_alloc_skb() 442 struct device *dev = wil_to_dev(wil); in wil_vring_reap_rx() 1728 struct device *dev = wil_to_dev(wil); in __wil_tx_vring_tso() 2029 struct device *dev = wil_to_dev(wil); in __wil_tx_ring() 2422 struct device *dev = wil_to_dev(wil); in wil_tx_complete()
|
| H A D | netdev.c | 316 dev_err(wil_to_dev(wil), "alloc_netdev failed\n"); in wil_vif_alloc()
|
| H A D | wil6210.h | 1068 #define wil_to_dev(i) (wiphy_dev(wil_to_wiphy(i))) macro
|
| H A D | cfg80211.c | 2824 dev_dbg(wil_to_dev(wil), "%s()\n", __func__); in wil_cfg80211_deinit()
|