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()75 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_ethtoolops_set_coalesce()
23 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_open()32 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_stop()41 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_change_mtu()56 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_do_ioctl()
522 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_netif_rx_any()1258 struct wil6210_priv *wil = ndev_to_wil(ndev); in wil_start_xmit()
621 #define ndev_to_wil(n) (wdev_to_wil(n->ieee80211_ptr)) macro