Lines Matching defs:netdev
74 static u32 emac_get_msglevel(struct net_device *netdev) in emac_get_msglevel()
81 static void emac_set_msglevel(struct net_device *netdev, u32 data) in emac_set_msglevel()
88 static int emac_get_sset_count(struct net_device *netdev, int sset) in emac_get_sset_count()
100 static void emac_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in emac_get_strings()
119 static void emac_get_ethtool_stats(struct net_device *netdev, in emac_get_ethtool_stats()
133 static int emac_nway_reset(struct net_device *netdev) in emac_nway_reset()
143 static void emac_get_ringparam(struct net_device *netdev, in emac_get_ringparam()
154 static int emac_set_ringparam(struct net_device *netdev, in emac_set_ringparam()
177 static void emac_get_pauseparam(struct net_device *netdev, in emac_get_pauseparam()
187 static int emac_set_pauseparam(struct net_device *netdev, in emac_set_pauseparam()
220 static void emac_get_regs(struct net_device *netdev, in emac_get_regs()
234 static int emac_get_regs_len(struct net_device *netdev) in emac_get_regs_len()
241 static int emac_set_priv_flags(struct net_device *netdev, u32 flags) in emac_set_priv_flags()
253 static u32 emac_get_priv_flags(struct net_device *netdev) in emac_get_priv_flags()
288 void emac_set_ethtool_ops(struct net_device *netdev) in emac_set_ethtool_ops()