Lines Matching defs:netdev
106 static int e1000_get_settings(struct net_device *netdev, in e1000_get_settings()
188 static int e1000_set_settings(struct net_device *netdev, in e1000_set_settings()
252 static u32 e1000_get_link(struct net_device *netdev) in e1000_get_link()
268 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
287 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
325 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
332 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
339 static int e1000_get_regs_len(struct net_device *netdev) in e1000_get_regs_len()
345 static void e1000_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in e1000_get_regs()
433 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
441 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom()
488 static int e1000_set_eeprom(struct net_device *netdev, in e1000_set_eeprom()
550 static void e1000_get_drvinfo(struct net_device *netdev, in e1000_get_drvinfo()
564 static void e1000_get_ringparam(struct net_device *netdev, in e1000_get_ringparam()
581 static int e1000_set_ringparam(struct net_device *netdev, in e1000_set_ringparam()
836 struct net_device *netdev = (struct net_device *)data; in e1000_test_intr() local
847 struct net_device *netdev = adapter->netdev; in e1000_intr_test() local
1518 static int e1000_get_sset_count(struct net_device *netdev, int sset) in e1000_get_sset_count()
1530 static void e1000_diag_test(struct net_device *netdev, in e1000_diag_test()
1658 static void e1000_get_wol(struct net_device *netdev, in e1000_get_wol()
1698 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in e1000_set_wol()
1739 static int e1000_set_phys_id(struct net_device *netdev, in e1000_set_phys_id()
1765 static int e1000_get_coalesce(struct net_device *netdev, in e1000_get_coalesce()
1781 static int e1000_set_coalesce(struct net_device *netdev, in e1000_set_coalesce()
1814 static int e1000_nway_reset(struct net_device *netdev) in e1000_nway_reset()
1823 static void e1000_get_ethtool_stats(struct net_device *netdev, in e1000_get_ethtool_stats()
1856 static void e1000_get_strings(struct net_device *netdev, u32 stringset, in e1000_get_strings()
1906 void e1000_set_ethtool_ops(struct net_device *netdev) in e1000_set_ethtool_ops()