Searched refs:ndev_to_wil (Results 1 – 4 of 4) sorted by relevance
20 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()
41 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_open()68 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_stop()
897 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()
1072 #define ndev_to_wil(n) (wdev_to_wil(n->ieee80211_ptr)) macro