Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dethtool.c27 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_ethtoolops_begin()
38 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_ethtoolops_complete()
48 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_ethtoolops_get_coalesce()
77 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_ethtoolops_set_coalesce()
Dnetdev.c52 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_open()
79 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_stop()
Dtxrx.c912 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_netif_rx()
1005 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_netif_rx_any()
Dwil6210.h1079 #define ndev_to_wil(n) (wdev_to_wil(n->ieee80211_ptr)) macro