Searched refs:ndev_to_wil (Results 1 – 4 of 4) sorted by relevance
26 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_ethtoolops_begin()37 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_ethtoolops_complete()47 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_ethtoolops_get_coalesce()64 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_ethtoolops_set_coalesce()
24 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_open()33 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_stop()42 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_change_mtu()57 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_do_ioctl()
526 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_netif_rx_any()1030 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_start_xmit()
463 #define ndev_to_wil(n) (wdev_to_wil(n->ieee80211_ptr)) macro