Lines Matching defs:netdev
110 static int e1000_get_link_ksettings(struct net_device *netdev, in e1000_get_link_ksettings()
266 static int e1000_set_link_ksettings(struct net_device *netdev, in e1000_set_link_ksettings()
355 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
374 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
425 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
431 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
437 static int e1000_get_regs_len(struct net_device __always_unused *netdev) in e1000_get_regs_len()
443 static void e1000_get_regs(struct net_device *netdev, in e1000_get_regs()
502 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
508 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom()
565 static int e1000_set_eeprom(struct net_device *netdev, in e1000_set_eeprom()
645 static void e1000_get_drvinfo(struct net_device *netdev, in e1000_get_drvinfo()
665 static void e1000_get_ringparam(struct net_device *netdev, in e1000_get_ringparam()
678 static int e1000_set_ringparam(struct net_device *netdev, in e1000_set_ringparam()
995 struct net_device *netdev = (struct net_device *)data; in e1000_test_intr() local
1006 struct net_device *netdev = adapter->netdev; in e1000_intr_test() local
1796 static int e1000e_get_sset_count(struct net_device __always_unused *netdev, in e1000e_get_sset_count()
1811 static void e1000_diag_test(struct net_device *netdev, in e1000_diag_test()
1911 static void e1000_get_wol(struct net_device *netdev, in e1000_get_wol()
1946 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in e1000_set_wol()
1975 static int e1000_set_phys_id(struct net_device *netdev, in e1000_set_phys_id()
2011 static int e1000_get_coalesce(struct net_device *netdev, in e1000_get_coalesce()
2026 static int e1000_set_coalesce(struct net_device *netdev, in e1000_set_coalesce()
2062 static int e1000_nway_reset(struct net_device *netdev) in e1000_nway_reset()
2079 static void e1000_get_ethtool_stats(struct net_device *netdev, in e1000_get_ethtool_stats()
2114 static void e1000_get_strings(struct net_device __always_unused *netdev, in e1000_get_strings()
2138 static int e1000_get_rxnfc(struct net_device *netdev, in e1000_get_rxnfc()
2190 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_get_eee()
2266 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_set_eee()
2309 static int e1000e_get_ts_info(struct net_device *netdev, in e1000e_get_ts_info()
2343 static u32 e1000e_get_priv_flags(struct net_device *netdev) in e1000e_get_priv_flags()
2354 static int e1000e_set_priv_flags(struct net_device *netdev, u32 priv_flags) in e1000e_set_priv_flags()
2409 void e1000e_set_ethtool_ops(struct net_device *netdev) in e1000e_set_ethtool_ops()