Searched refs:ndev_to_wil (Results 1 – 4 of 4) sorted by relevance
27 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()
52 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_open()79 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_stop()
912 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()
1079 #define ndev_to_wil(n) (wdev_to_wil(n->ieee80211_ptr)) macro