Lines Matching defs:netdev
128 static int alx_get_link_ksettings(struct net_device *netdev,
131 struct alx_priv *alx = netdev_priv(netdev);
179 static int alx_set_link_ksettings(struct net_device *netdev,
182 struct alx_priv *alx = netdev_priv(netdev);
212 static void alx_get_pauseparam(struct net_device *netdev,
215 struct alx_priv *alx = netdev_priv(netdev);
227 static int alx_set_pauseparam(struct net_device *netdev,
230 struct alx_priv *alx = netdev_priv(netdev);
272 static u32 alx_get_msglevel(struct net_device *netdev)
274 struct alx_priv *alx = netdev_priv(netdev);
279 static void alx_set_msglevel(struct net_device *netdev, u32 data)
281 struct alx_priv *alx = netdev_priv(netdev);
286 static void alx_get_ethtool_stats(struct net_device *netdev,
289 struct alx_priv *alx = netdev_priv(netdev);
301 static void alx_get_strings(struct net_device *netdev, u32 stringset, u8 *buf)
313 static int alx_get_sset_count(struct net_device *netdev, int sset)