Lines Matching defs:netdev
110 static int e1000_get_link_ksettings(struct net_device *netdev, in e1000_get_link_ksettings()
258 static int e1000_set_link_ksettings(struct net_device *netdev, in e1000_set_link_ksettings()
347 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
366 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
417 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
423 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
429 static int e1000_get_regs_len(struct net_device __always_unused *netdev) in e1000_get_regs_len()
435 static void e1000_get_regs(struct net_device *netdev, in e1000_get_regs()
494 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
500 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom()
557 static int e1000_set_eeprom(struct net_device *netdev, in e1000_set_eeprom()
637 static void e1000_get_drvinfo(struct net_device *netdev, in e1000_get_drvinfo()
657 static void e1000_get_ringparam(struct net_device *netdev, in e1000_get_ringparam()
670 static int e1000_set_ringparam(struct net_device *netdev, in e1000_set_ringparam()
985 struct net_device *netdev = (struct net_device *)data; in e1000_test_intr() local
996 struct net_device *netdev = adapter->netdev; in e1000_intr_test() local
1784 static int e1000e_get_sset_count(struct net_device __always_unused *netdev, in e1000e_get_sset_count()
1799 static void e1000_diag_test(struct net_device *netdev, in e1000_diag_test()
1899 static void e1000_get_wol(struct net_device *netdev, in e1000_get_wol()
1934 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in e1000_set_wol()
1963 static int e1000_set_phys_id(struct net_device *netdev, in e1000_set_phys_id()
1999 static int e1000_get_coalesce(struct net_device *netdev, in e1000_get_coalesce()
2014 static int e1000_set_coalesce(struct net_device *netdev, in e1000_set_coalesce()
2050 static int e1000_nway_reset(struct net_device *netdev) in e1000_nway_reset()
2067 static void e1000_get_ethtool_stats(struct net_device *netdev, in e1000_get_ethtool_stats()
2102 static void e1000_get_strings(struct net_device __always_unused *netdev, in e1000_get_strings()
2126 static int e1000_get_rxnfc(struct net_device *netdev, in e1000_get_rxnfc()
2178 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_get_eee()
2254 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_set_eee()
2297 static int e1000e_get_ts_info(struct net_device *netdev, in e1000e_get_ts_info()
2331 static u32 e1000e_get_priv_flags(struct net_device *netdev) in e1000e_get_priv_flags()
2342 static int e1000e_set_priv_flags(struct net_device *netdev, u32 priv_flags) in e1000e_set_priv_flags()
2397 void e1000e_set_ethtool_ops(struct net_device *netdev) in e1000e_set_ethtool_ops()