Lines Matching defs:netdev
86 static int e1000_get_link_ksettings(struct net_device *netdev, in e1000_get_link_ksettings()
164 static int e1000_set_link_ksettings(struct net_device *netdev, in e1000_set_link_ksettings()
231 static u32 e1000_get_link(struct net_device *netdev) in e1000_get_link()
247 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
266 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
304 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
311 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
318 static int e1000_get_regs_len(struct net_device *netdev) in e1000_get_regs_len()
324 static void e1000_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in e1000_get_regs()
412 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
420 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom()
467 static int e1000_set_eeprom(struct net_device *netdev, in e1000_set_eeprom()
529 static void e1000_get_drvinfo(struct net_device *netdev, in e1000_get_drvinfo()
541 static void e1000_get_ringparam(struct net_device *netdev, in e1000_get_ringparam()
558 static int e1000_set_ringparam(struct net_device *netdev, in e1000_set_ringparam()
813 struct net_device *netdev = (struct net_device *)data; in e1000_test_intr() local
824 struct net_device *netdev = adapter->netdev; in e1000_intr_test() local
1494 static int e1000_get_sset_count(struct net_device *netdev, int sset) in e1000_get_sset_count()
1506 static void e1000_diag_test(struct net_device *netdev, in e1000_diag_test()
1634 static void e1000_get_wol(struct net_device *netdev, in e1000_get_wol()
1674 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in e1000_set_wol()
1715 static int e1000_set_phys_id(struct net_device *netdev, in e1000_set_phys_id()
1741 static int e1000_get_coalesce(struct net_device *netdev, in e1000_get_coalesce()
1757 static int e1000_set_coalesce(struct net_device *netdev, in e1000_set_coalesce()
1790 static int e1000_nway_reset(struct net_device *netdev) in e1000_nway_reset()
1799 static void e1000_get_ethtool_stats(struct net_device *netdev, in e1000_get_ethtool_stats()
1831 static void e1000_get_strings(struct net_device *netdev, u32 stringset, in e1000_get_strings()
1882 void e1000_set_ethtool_ops(struct net_device *netdev) in e1000_set_ethtool_ops()