Lines Matching defs:dev
36 u32 ethtool_op_get_link(struct net_device *dev) in ethtool_op_get_link()
42 int ethtool_op_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info) in ethtool_op_get_ts_info()
110 static int ethtool_get_features(struct net_device *dev, void __user *useraddr) in ethtool_get_features()
148 static int ethtool_set_features(struct net_device *dev, void __user *useraddr) in ethtool_set_features()
188 static int __ethtool_get_sset_count(struct net_device *dev, int sset) in __ethtool_get_sset_count()
204 static void __ethtool_get_strings(struct net_device *dev, in __ethtool_get_strings()
251 static int ethtool_get_one_feature(struct net_device *dev, in ethtool_get_one_feature()
265 static int ethtool_set_one_feature(struct net_device *dev, in ethtool_set_one_feature()
295 static u32 __ethtool_get_flags(struct net_device *dev) in __ethtool_get_flags()
313 static int __ethtool_set_flags(struct net_device *dev, u32 data) in __ethtool_set_flags()
344 int __ethtool_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in __ethtool_get_settings()
357 static int ethtool_get_settings(struct net_device *dev, void __user *useraddr) in ethtool_get_settings()
371 static int ethtool_set_settings(struct net_device *dev, void __user *useraddr) in ethtool_set_settings()
384 static noinline_for_stack int ethtool_get_drvinfo(struct net_device *dev, in ethtool_get_drvinfo()
430 static noinline_for_stack int ethtool_get_sset_info(struct net_device *dev, in ethtool_get_sset_info()
486 static noinline_for_stack int ethtool_set_rxnfc(struct net_device *dev, in ethtool_set_rxnfc()
518 static noinline_for_stack int ethtool_get_rxnfc(struct net_device *dev, in ethtool_get_rxnfc()
600 static noinline_for_stack int ethtool_get_rxfh_indir(struct net_device *dev, in ethtool_get_rxfh_indir()
648 static noinline_for_stack int ethtool_set_rxfh_indir(struct net_device *dev, in ethtool_set_rxfh_indir()
702 static noinline_for_stack int ethtool_get_rxfh(struct net_device *dev, in ethtool_get_rxfh()
774 static noinline_for_stack int ethtool_set_rxfh(struct net_device *dev, in ethtool_set_rxfh()
861 static int ethtool_get_regs(struct net_device *dev, char __user *useraddr) in ethtool_get_regs()
897 static int ethtool_reset(struct net_device *dev, char __user *useraddr) in ethtool_reset()
917 static int ethtool_get_wol(struct net_device *dev, char __user *useraddr) in ethtool_get_wol()
931 static int ethtool_set_wol(struct net_device *dev, char __user *useraddr) in ethtool_set_wol()
944 static int ethtool_get_eee(struct net_device *dev, char __user *useraddr) in ethtool_get_eee()
965 static int ethtool_set_eee(struct net_device *dev, char __user *useraddr) in ethtool_set_eee()
978 static int ethtool_nway_reset(struct net_device *dev) in ethtool_nway_reset()
986 static int ethtool_get_link(struct net_device *dev, char __user *useraddr) in ethtool_get_link()
1000 static int ethtool_get_any_eeprom(struct net_device *dev, void __user *useraddr, in ethtool_get_any_eeprom()
1051 static int ethtool_get_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_get_eeprom()
1063 static int ethtool_set_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_set_eeprom()
1111 static noinline_for_stack int ethtool_get_coalesce(struct net_device *dev, in ethtool_get_coalesce()
1126 static noinline_for_stack int ethtool_set_coalesce(struct net_device *dev, in ethtool_set_coalesce()
1140 static int ethtool_get_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_get_ringparam()
1154 static int ethtool_set_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_set_ringparam()
1167 static noinline_for_stack int ethtool_get_channels(struct net_device *dev, in ethtool_get_channels()
1182 static noinline_for_stack int ethtool_set_channels(struct net_device *dev, in ethtool_set_channels()
1196 static int ethtool_get_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_get_pauseparam()
1210 static int ethtool_set_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_set_pauseparam()
1223 static int ethtool_self_test(struct net_device *dev, char __user *useraddr) in ethtool_self_test()
1261 static int ethtool_get_strings(struct net_device *dev, void __user *useraddr) in ethtool_get_strings()
1295 static int ethtool_phys_id(struct net_device *dev, void __user *useraddr) in ethtool_phys_id()
1355 static int ethtool_get_stats(struct net_device *dev, void __user *useraddr) in ethtool_get_stats()
1393 static int ethtool_get_perm_addr(struct net_device *dev, void __user *useraddr) in ethtool_get_perm_addr()
1412 static int ethtool_get_value(struct net_device *dev, char __user *useraddr, in ethtool_get_value()
1427 static int ethtool_set_value_void(struct net_device *dev, char __user *useraddr, in ethtool_set_value_void()
1442 static int ethtool_set_value(struct net_device *dev, char __user *useraddr, in ethtool_set_value()
1456 static noinline_for_stack int ethtool_flash_device(struct net_device *dev, in ethtool_flash_device()
1472 static int ethtool_set_dump(struct net_device *dev, in ethtool_set_dump()
1486 static int ethtool_get_dump_flag(struct net_device *dev, in ethtool_get_dump_flag()
1508 static int ethtool_get_dump_data(struct net_device *dev, in ethtool_get_dump_data()
1571 static int ethtool_get_ts_info(struct net_device *dev, void __user *useraddr) in ethtool_get_ts_info()
1601 static int __ethtool_get_module_info(struct net_device *dev, in __ethtool_get_module_info()
1616 static int ethtool_get_module_info(struct net_device *dev, in ethtool_get_module_info()
1635 static int __ethtool_get_module_eeprom(struct net_device *dev, in __ethtool_get_module_eeprom()
1650 static int ethtool_get_module_eeprom(struct net_device *dev, in ethtool_get_module_eeprom()
1681 static int ethtool_get_tunable(struct net_device *dev, void __user *useraddr) in ethtool_get_tunable()
1712 static int ethtool_set_tunable(struct net_device *dev, void __user *useraddr) in ethtool_set_tunable()
1744 struct net_device *dev = __dev_get_by_name(net, ifr->ifr_name); in dev_ethtool() local