Home
last modified time | relevance | path

Searched refs:ndev_to_vif (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dcfg80211.c340 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_get_station()
380 struct wil6210_vif *vif = ndev_to_vif(dev); in wil_cfg80211_dump_station()
617 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_change_iface()
897 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_connect()
1041 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_disconnect()
1271 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_add_key()
1319 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_del_key()
1524 struct wil6210_vif *vif = ndev_to_vif(ndev); in _wil_cfg80211_start_ap()
1593 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_change_beacon()
1686 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_stop_ap()
[all …]
Dwmi.c1685 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wmi_echo()
1696 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wmi_set_mac_address()
1709 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wmi_led_cfg()
1884 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wmi_set_channel()
1895 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wmi_get_channel()
2099 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wmi_rxon()
2128 struct wil6210_vif *vif = ndev_to_vif(ndev); in wmi_rx_chain_add()
2192 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wmi_get_temperature()
2415 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wmi_ps_dev_profile_cfg()
2450 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wmi_set_mgmt_retry()
[all …]
Dnetdev.c233 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_ndev_destructor()
333 vif = ndev_to_vif(ndev); in wil_vif_alloc()
452 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_if_add()
Dpmc.c57 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_pmc_alloc()
242 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_pmc_free()
Dp2p.c351 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_p2p_stop_radio_operations()
Dwil6210.h1032 #define ndev_to_vif(n) (struct wil6210_vif *)(netdev_priv(n)) macro
1042 return ndev_to_vif(wil->main_ndev); in wdev_to_vif()
Ddebugfs.c1019 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_write_file_wmi()
1328 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_bf_debugfs_show()
2116 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_link_stats_global_write()
Dtxrx.c720 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_netif_rx_any()
2011 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_start_xmit()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.h389 static inline struct brcmf_cfg80211_vif *ndev_to_vif(struct net_device *ndev) in ndev_to_vif() function