Home
last modified time | relevance | path

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

/linux-4.4.14/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.c204 struct net_device *ndev = wil_to_ndev(wil); in wil_if_free()
213 wil_to_ndev(wil) = NULL; in wil_if_free()
221 struct net_device *ndev = wil_to_ndev(wil); in wil_if_add()
237 struct net_device *ndev = wil_to_ndev(wil); in wil_if_remove()
Dpm.c48 struct net_device *ndev = wil_to_ndev(wil); in wil_suspend()
74 struct net_device *ndev = wil_to_ndev(wil); in wil_resume()
Dmain.c148 struct net_device *ndev = wil_to_ndev(wil); in wil_disconnect_cid()
194 struct net_device *ndev = wil_to_ndev(wil); in _wil6210_disconnect()
311 if (!netif_running(wil_to_ndev(wil))) { in wil_fw_error_worker()
407 struct net_device *ndev = wil_to_ndev(wil); in wil_connect_worker()
639 struct net_device *ndev = wil_to_ndev(wil); in wil_get_bl_info()
760 struct net_device *ndev = wil_to_ndev(wil); in wil_reset()
870 struct net_device *ndev = wil_to_ndev(wil); in __wil_up()
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()
Dtxrx.c379 struct net_device *ndev = wil_to_ndev(wil); in wil_vring_reap_rx()
529 struct net_device *ndev = wil_to_ndev(wil); in wil_rx_refill()
651 struct net_device *ndev = wil_to_ndev(wil); in wil_rx_handle()
1696 netif_tx_stop_all_queues(wil_to_ndev(wil)); in wil_start_xmit()
1742 struct net_device *ndev = wil_to_ndev(wil); in wil_tx_complete()
1846 netif_tx_wake_all_queues(wil_to_ndev(wil)); in wil_tx_complete()
Dwil6210.h638 #define wil_to_ndev(i) (wil_to_wdev(i)->netdev) macro
650 netdev_dbg(wil_to_ndev(wil), fmt, ##arg); \
Dwmi.c414 struct net_device *ndev = wil_to_ndev(wil); in wmi_evt_connect()
527 struct net_device *ndev = wil_to_ndev(wil); in wmi_evt_eapol_rx()
1098 struct net_device *ndev = wil_to_ndev(wil); in wmi_rx_chain_add()
Ddebugfs.c553 struct net_device *ndev = wil_to_ndev(wil); in wil_write_file_reset()
1062 struct net_device *ndev = wil_to_ndev(wil); in wil_write_file_ssid()
1211 struct net_device *ndev = wil_to_ndev(wil); in wil_info_debugfs_show()
Dinterrupt.c313 struct device *dev = &wil_to_ndev(wil)->dev; in wil_notify_fw_error()
Dcfg80211.c957 struct net_device *ndev = wil_to_ndev(wil); in wil_probe_client_handle()