Lines Matching defs:dev
40 u32 ethtool_op_get_link(struct net_device *dev) in ethtool_op_get_link()
46 int ethtool_op_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info) in ethtool_op_get_ts_info()
59 static int ethtool_get_features(struct net_device *dev, void __user *useraddr) in ethtool_get_features()
97 static int ethtool_set_features(struct net_device *dev, void __user *useraddr) in ethtool_set_features()
137 static int __ethtool_get_sset_count(struct net_device *dev, int sset) in __ethtool_get_sset_count()
168 static void __ethtool_get_strings(struct net_device *dev, in __ethtool_get_strings()
225 static int ethtool_get_one_feature(struct net_device *dev, in ethtool_get_one_feature()
239 static int ethtool_set_one_feature(struct net_device *dev, in ethtool_set_one_feature()
269 static u32 __ethtool_get_flags(struct net_device *dev) in __ethtool_get_flags()
287 static int __ethtool_set_flags(struct net_device *dev, u32 data) in __ethtool_set_flags()
427 int __ethtool_get_link_ksettings(struct net_device *dev, in __ethtool_get_link_ksettings()
511 static int ethtool_get_link_ksettings(struct net_device *dev, in ethtool_get_link_ksettings()
567 static int ethtool_set_link_ksettings(struct net_device *dev, in ethtool_set_link_ksettings()
611 int ethtool_virtdev_set_link_ksettings(struct net_device *dev, in ethtool_virtdev_set_link_ksettings()
641 static int ethtool_get_settings(struct net_device *dev, void __user *useraddr) in ethtool_get_settings()
674 static int ethtool_set_settings(struct net_device *dev, void __user *useraddr) in ethtool_set_settings()
699 static noinline_for_stack int ethtool_get_drvinfo(struct net_device *dev, in ethtool_get_drvinfo()
755 static noinline_for_stack int ethtool_get_sset_info(struct net_device *dev, in ethtool_get_sset_info()
925 static noinline_for_stack int ethtool_set_rxnfc(struct net_device *dev, in ethtool_set_rxnfc()
957 static noinline_for_stack int ethtool_get_rxnfc(struct net_device *dev, in ethtool_get_rxnfc()
1045 static noinline_for_stack int ethtool_get_rxfh_indir(struct net_device *dev, in ethtool_get_rxfh_indir()
1093 static noinline_for_stack int ethtool_set_rxfh_indir(struct net_device *dev, in ethtool_set_rxfh_indir()
1155 static noinline_for_stack int ethtool_get_rxfh(struct net_device *dev, in ethtool_get_rxfh()
1234 static noinline_for_stack int ethtool_set_rxfh(struct net_device *dev, in ethtool_set_rxfh()
1347 static int ethtool_get_regs(struct net_device *dev, char __user *useraddr) in ethtool_get_regs()
1389 static int ethtool_reset(struct net_device *dev, char __user *useraddr) in ethtool_reset()
1409 static int ethtool_get_wol(struct net_device *dev, char __user *useraddr) in ethtool_get_wol()
1425 static int ethtool_set_wol(struct net_device *dev, char __user *useraddr) in ethtool_set_wol()
1446 static int ethtool_get_eee(struct net_device *dev, char __user *useraddr) in ethtool_get_eee()
1467 static int ethtool_set_eee(struct net_device *dev, char __user *useraddr) in ethtool_set_eee()
1484 static int ethtool_nway_reset(struct net_device *dev) in ethtool_nway_reset()
1492 static int ethtool_get_link(struct net_device *dev, char __user *useraddr) in ethtool_get_link()
1506 static int ethtool_get_any_eeprom(struct net_device *dev, void __user *useraddr, in ethtool_get_any_eeprom()
1557 static int ethtool_get_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_get_eeprom()
1569 static int ethtool_set_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_set_eeprom()
1617 static noinline_for_stack int ethtool_get_coalesce(struct net_device *dev, in ethtool_get_coalesce()
1636 ethtool_set_coalesce_supported(struct net_device *dev, in ethtool_set_coalesce_supported()
1690 static noinline_for_stack int ethtool_set_coalesce(struct net_device *dev, in ethtool_set_coalesce()
1711 static int ethtool_get_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_get_ringparam()
1725 static int ethtool_set_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_set_ringparam()
1751 static noinline_for_stack int ethtool_get_channels(struct net_device *dev, in ethtool_get_channels()
1766 static noinline_for_stack int ethtool_set_channels(struct net_device *dev, in ethtool_set_channels()
1822 static int ethtool_get_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_get_pauseparam()
1836 static int ethtool_set_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_set_pauseparam()
1853 static int ethtool_self_test(struct net_device *dev, char __user *useraddr) in ethtool_self_test()
1893 static int ethtool_get_strings(struct net_device *dev, void __user *useraddr) in ethtool_get_strings()
1935 static int ethtool_phys_id(struct net_device *dev, void __user *useraddr) in ethtool_phys_id()
1990 static int ethtool_get_stats(struct net_device *dev, void __user *useraddr) in ethtool_get_stats()
2033 static int ethtool_get_phy_stats(struct net_device *dev, void __user *useraddr) in ethtool_get_phy_stats()
2091 static int ethtool_get_perm_addr(struct net_device *dev, void __user *useraddr) in ethtool_get_perm_addr()
2110 static int ethtool_get_value(struct net_device *dev, char __user *useraddr, in ethtool_get_value()
2125 static int ethtool_set_value_void(struct net_device *dev, char __user *useraddr, in ethtool_set_value_void()
2140 static int ethtool_set_value(struct net_device *dev, char __user *useraddr, in ethtool_set_value()
2154 static noinline_for_stack int ethtool_flash_device(struct net_device *dev, in ethtool_flash_device()
2169 static int ethtool_set_dump(struct net_device *dev, in ethtool_set_dump()
2183 static int ethtool_get_dump_flag(struct net_device *dev, in ethtool_get_dump_flag()
2205 static int ethtool_get_dump_data(struct net_device *dev, in ethtool_get_dump_data()
2268 static int ethtool_get_ts_info(struct net_device *dev, void __user *useraddr) in ethtool_get_ts_info()
2283 static int __ethtool_get_module_info(struct net_device *dev, in __ethtool_get_module_info()
2301 static int ethtool_get_module_info(struct net_device *dev, in ethtool_get_module_info()
2320 static int __ethtool_get_module_eeprom(struct net_device *dev, in __ethtool_get_module_eeprom()
2338 static int ethtool_get_module_eeprom(struct net_device *dev, in ethtool_get_module_eeprom()
2374 static int ethtool_get_tunable(struct net_device *dev, void __user *useraddr) in ethtool_get_tunable()
2405 static int ethtool_set_tunable(struct net_device *dev, void __user *useraddr) in ethtool_set_tunable()
2430 ethtool_get_per_queue_coalesce(struct net_device *dev, in ethtool_get_per_queue_coalesce()
2461 ethtool_set_per_queue_coalesce(struct net_device *dev, in ethtool_set_per_queue_coalesce()
2522 static int noinline_for_stack ethtool_set_per_queue(struct net_device *dev, in ethtool_set_per_queue()
2564 static int get_phy_tunable(struct net_device *dev, void __user *useraddr) in get_phy_tunable()
2603 static int set_phy_tunable(struct net_device *dev, void __user *useraddr) in set_phy_tunable()
2635 static int ethtool_get_fecparam(struct net_device *dev, void __user *useraddr) in ethtool_get_fecparam()
2652 static int ethtool_set_fecparam(struct net_device *dev, void __user *useraddr) in ethtool_set_fecparam()
2669 struct net_device *dev = __dev_get_by_name(net, ifr->ifr_name); in dev_ethtool() local