Lines Matching defs:netdev

120 static int e1000_get_settings(struct net_device *netdev,  in e1000_get_settings()
257 static int e1000_set_settings(struct net_device *netdev, in e1000_set_settings()
342 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
361 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
412 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
418 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
424 static int e1000_get_regs_len(struct net_device __always_unused *netdev) in e1000_get_regs_len()
430 static void e1000_get_regs(struct net_device *netdev, in e1000_get_regs()
488 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
494 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom()
551 static int e1000_set_eeprom(struct net_device *netdev, in e1000_set_eeprom()
631 static void e1000_get_drvinfo(struct net_device *netdev, in e1000_get_drvinfo()
653 static void e1000_get_ringparam(struct net_device *netdev, in e1000_get_ringparam()
664 static int e1000_set_ringparam(struct net_device *netdev, in e1000_set_ringparam()
973 struct net_device *netdev = (struct net_device *)data; in e1000_test_intr() local
984 struct net_device *netdev = adapter->netdev; in e1000_intr_test() local
1769 static int e1000e_get_sset_count(struct net_device __always_unused *netdev, in e1000e_get_sset_count()
1782 static void e1000_diag_test(struct net_device *netdev, in e1000_diag_test()
1882 static void e1000_get_wol(struct net_device *netdev, in e1000_get_wol()
1917 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in e1000_set_wol()
1946 static int e1000_set_phys_id(struct net_device *netdev, in e1000_set_phys_id()
1982 static int e1000_get_coalesce(struct net_device *netdev, in e1000_get_coalesce()
1995 static int e1000_set_coalesce(struct net_device *netdev, in e1000_set_coalesce()
2029 static int e1000_nway_reset(struct net_device *netdev) in e1000_nway_reset()
2046 static void e1000_get_ethtool_stats(struct net_device *netdev, in e1000_get_ethtool_stats()
2081 static void e1000_get_strings(struct net_device __always_unused *netdev, in e1000_get_strings()
2101 static int e1000_get_rxnfc(struct net_device *netdev, in e1000_get_rxnfc()
2153 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_get_eee()
2229 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_set_eee()
2272 static int e1000e_get_ts_info(struct net_device *netdev, in e1000e_get_ts_info()
2338 void e1000e_set_ethtool_ops(struct net_device *netdev) in e1000e_set_ethtool_ops()