Lines Matching defs:netdev
66 static u32 emac_get_msglevel(struct net_device *netdev) in emac_get_msglevel()
73 static void emac_set_msglevel(struct net_device *netdev, u32 data) in emac_set_msglevel()
80 static int emac_get_sset_count(struct net_device *netdev, int sset) in emac_get_sset_count()
92 static void emac_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in emac_get_strings()
111 static void emac_get_ethtool_stats(struct net_device *netdev, in emac_get_ethtool_stats()
125 static int emac_nway_reset(struct net_device *netdev) in emac_nway_reset()
135 static void emac_get_ringparam(struct net_device *netdev, in emac_get_ringparam()
146 static int emac_set_ringparam(struct net_device *netdev, in emac_set_ringparam()
169 static void emac_get_pauseparam(struct net_device *netdev, in emac_get_pauseparam()
179 static int emac_set_pauseparam(struct net_device *netdev, in emac_set_pauseparam()
212 static void emac_get_regs(struct net_device *netdev, in emac_get_regs()
226 static int emac_get_regs_len(struct net_device *netdev) in emac_get_regs_len()
233 static int emac_set_priv_flags(struct net_device *netdev, u32 flags) in emac_set_priv_flags()
245 static u32 emac_get_priv_flags(struct net_device *netdev) in emac_get_priv_flags()
280 void emac_set_ethtool_ops(struct net_device *netdev) in emac_set_ethtool_ops()