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()
668 static int e1000_set_ringparam(struct net_device *netdev, in e1000_set_ringparam()
980 struct net_device *netdev = (struct net_device *)data; in e1000_test_intr() local
991 struct net_device *netdev = adapter->netdev; in e1000_intr_test() local
1778 static int e1000e_get_sset_count(struct net_device __always_unused *netdev, in e1000e_get_sset_count()
1793 static void e1000_diag_test(struct net_device *netdev, in e1000_diag_test()
1893 static void e1000_get_wol(struct net_device *netdev, in e1000_get_wol()
1928 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in e1000_set_wol()
1957 static int e1000_set_phys_id(struct net_device *netdev, in e1000_set_phys_id()
1993 static int e1000_get_coalesce(struct net_device *netdev, in e1000_get_coalesce()
2006 static int e1000_set_coalesce(struct net_device *netdev, in e1000_set_coalesce()
2040 static int e1000_nway_reset(struct net_device *netdev) in e1000_nway_reset()
2057 static void e1000_get_ethtool_stats(struct net_device *netdev, in e1000_get_ethtool_stats()
2092 static void e1000_get_strings(struct net_device __always_unused *netdev, in e1000_get_strings()
2116 static int e1000_get_rxnfc(struct net_device *netdev, in e1000_get_rxnfc()
2168 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_get_eee()
2244 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_set_eee()
2287 static int e1000e_get_ts_info(struct net_device *netdev, in e1000e_get_ts_info()
2321 static u32 e1000e_get_priv_flags(struct net_device *netdev) in e1000e_get_priv_flags()
2332 static int e1000e_set_priv_flags(struct net_device *netdev, u32 priv_flags) in e1000e_set_priv_flags()
2387 void e1000e_set_ethtool_ops(struct net_device *netdev) in e1000e_set_ethtool_ops()