Home
last modified time | relevance | path

Searched refs:wil_to_ndev (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Ddebug.c22 struct net_device *ndev = wil_to_ndev(wil); in wil_err()
38 struct net_device *ndev = wil_to_ndev(wil); in wil_err_ratelimited()
54 struct net_device *ndev = wil_to_ndev(wil); in wil_info()
Dnetdev.c197 struct net_device *ndev = wil_to_ndev(wil); in wil_if_free()
206 wil_to_ndev(wil) = NULL; in wil_if_free()
214 struct net_device *ndev = wil_to_ndev(wil); in wil_if_add()
230 struct net_device *ndev = wil_to_ndev(wil); in wil_if_remove()
Dmain.c141 struct net_device *ndev = wil_to_ndev(wil); in wil_disconnect_cid()
188 struct net_device *ndev = wil_to_ndev(wil); in _wil6210_disconnect()
304 if (!netif_running(wil_to_ndev(wil))) { in wil_fw_error_worker()
399 struct net_device *ndev = wil_to_ndev(wil); in wil_connect_worker()
633 struct net_device *ndev = wil_to_ndev(wil); in wil_get_bl_info()
781 struct net_device *ndev = wil_to_ndev(wil); in __wil_up()
Dtxrx.c372 struct net_device *ndev = wil_to_ndev(wil); in wil_vring_reap_rx()
493 struct net_device *ndev = wil_to_ndev(wil); in wil_rx_refill()
607 struct net_device *ndev = wil_to_ndev(wil); in wil_rx_handle()
1300 netif_tx_stop_all_queues(wil_to_ndev(wil)); in wil_start_xmit()
1346 struct net_device *ndev = wil_to_ndev(wil); in wil_tx_complete()
1449 netif_tx_wake_all_queues(wil_to_ndev(wil)); in wil_tx_complete()
Drx_reorder.c47 struct net_device *ndev = wil_to_ndev(wil); in wil_release_reorder_frame()
96 struct net_device *ndev = wil_to_ndev(wil); in wil_rx_reorder()
Dwmi.c386 struct net_device *ndev = wil_to_ndev(wil); in wmi_evt_connect()
499 struct net_device *ndev = wil_to_ndev(wil); in wmi_evt_eapol_rx()
581 struct net_device *ndev = wil_to_ndev(wil); in wmi_evt_linkdown()
1075 struct net_device *ndev = wil_to_ndev(wil); in wmi_rx_chain_add()
Dwil6210.h620 #define wil_to_ndev(i) (wil_to_wdev(i)->netdev) macro
632 netdev_dbg(wil_to_ndev(wil), fmt, ##arg); \
Ddebugfs.c555 struct net_device *ndev = wil_to_ndev(wil); in wil_write_file_reset()
997 struct net_device *ndev = wil_to_ndev(wil); in wil_write_file_ssid()
1147 struct net_device *ndev = wil_to_ndev(wil); in wil_info_debugfs_show()
Dinterrupt.c326 struct device *dev = &wil_to_ndev(wil)->dev; in wil_notify_fw_error()
Dcfg80211.c844 struct net_device *ndev = wil_to_ndev(wil); in wil_probe_client_handle()