Lines Matching defs:netdev
98 static void xlgmac_ethtool_get_drvinfo(struct net_device *netdev,
101 struct xlgmac_pdata *pdata = netdev_priv(netdev);
123 static u32 xlgmac_ethtool_get_msglevel(struct net_device *netdev)
125 struct xlgmac_pdata *pdata = netdev_priv(netdev);
130 static void xlgmac_ethtool_set_msglevel(struct net_device *netdev,
133 struct xlgmac_pdata *pdata = netdev_priv(netdev);
138 static void xlgmac_ethtool_get_channels(struct net_device *netdev,
141 struct xlgmac_pdata *pdata = netdev_priv(netdev);
149 static int xlgmac_ethtool_get_coalesce(struct net_device *netdev,
152 struct xlgmac_pdata *pdata = netdev_priv(netdev);
161 static int xlgmac_ethtool_set_coalesce(struct net_device *netdev,
164 struct xlgmac_pdata *pdata = netdev_priv(netdev);
193 static void xlgmac_ethtool_get_strings(struct net_device *netdev,
212 static int xlgmac_ethtool_get_sset_count(struct net_device *netdev,
229 static void xlgmac_ethtool_get_ethtool_stats(struct net_device *netdev,
233 struct xlgmac_pdata *pdata = netdev_priv(netdev);