Home
last modified time | relevance | path

Searched refs:ndev_to_wil (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/wil6210/
H A Dethtool.c20 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_ethtoolops_get_coalesce()
57 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_ethtoolops_set_coalesce()
H A Dnetdev.c41 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_open()
68 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_stop()
H A Dtxrx.c897 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_netif_rx()
974 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_netif_rx_any()
H A Dwil6210.h1072 #define ndev_to_wil(n) (wdev_to_wil(n->ieee80211_ptr)) macro