Lines Matching defs:netdev
128 static int alx_get_link_ksettings(struct net_device *netdev,
131 struct alx_priv *alx = netdev_priv(netdev);
177 static int alx_set_link_ksettings(struct net_device *netdev,
180 struct alx_priv *alx = netdev_priv(netdev);
206 static void alx_get_pauseparam(struct net_device *netdev,
209 struct alx_priv *alx = netdev_priv(netdev);
219 static int alx_set_pauseparam(struct net_device *netdev,
222 struct alx_priv *alx = netdev_priv(netdev);
261 static u32 alx_get_msglevel(struct net_device *netdev)
263 struct alx_priv *alx = netdev_priv(netdev);
268 static void alx_set_msglevel(struct net_device *netdev, u32 data)
270 struct alx_priv *alx = netdev_priv(netdev);
275 static void alx_get_ethtool_stats(struct net_device *netdev,
278 struct alx_priv *alx = netdev_priv(netdev);
290 static void alx_get_strings(struct net_device *netdev, u32 stringset, u8 *buf)
302 static int alx_get_sset_count(struct net_device *netdev, int sset)