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()
116 static int ethtool_get_features(struct net_device *dev, void __user *useraddr) in ethtool_get_features()
154 static int ethtool_set_features(struct net_device *dev, void __user *useraddr) in ethtool_set_features()
194 static int __ethtool_get_sset_count(struct net_device *dev, int sset) in __ethtool_get_sset_count()
213 static void __ethtool_get_strings(struct net_device *dev, in __ethtool_get_strings()
262 static int ethtool_get_one_feature(struct net_device *dev, in ethtool_get_one_feature()
276 static int ethtool_set_one_feature(struct net_device *dev, in ethtool_set_one_feature()
306 static u32 __ethtool_get_flags(struct net_device *dev) in __ethtool_get_flags()
324 static int __ethtool_set_flags(struct net_device *dev, u32 data) in __ethtool_set_flags()
355 int __ethtool_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in __ethtool_get_settings()
368 static int ethtool_get_settings(struct net_device *dev, void __user *useraddr) in ethtool_get_settings()
382 static int ethtool_set_settings(struct net_device *dev, void __user *useraddr) in ethtool_set_settings()
395 static noinline_for_stack int ethtool_get_drvinfo(struct net_device *dev, in ethtool_get_drvinfo()
441 static noinline_for_stack int ethtool_get_sset_info(struct net_device *dev, in ethtool_get_sset_info()
497 static noinline_for_stack int ethtool_set_rxnfc(struct net_device *dev, in ethtool_set_rxnfc()
529 static noinline_for_stack int ethtool_get_rxnfc(struct net_device *dev, in ethtool_get_rxnfc()
611 static noinline_for_stack int ethtool_get_rxfh_indir(struct net_device *dev, in ethtool_get_rxfh_indir()
659 static noinline_for_stack int ethtool_set_rxfh_indir(struct net_device *dev, in ethtool_set_rxfh_indir()
713 static noinline_for_stack int ethtool_get_rxfh(struct net_device *dev, in ethtool_get_rxfh()
785 static noinline_for_stack int ethtool_set_rxfh(struct net_device *dev, in ethtool_set_rxfh()
872 static int ethtool_get_regs(struct net_device *dev, char __user *useraddr) in ethtool_get_regs()
908 static int ethtool_reset(struct net_device *dev, char __user *useraddr) in ethtool_reset()
928 static int ethtool_get_wol(struct net_device *dev, char __user *useraddr) in ethtool_get_wol()
942 static int ethtool_set_wol(struct net_device *dev, char __user *useraddr) in ethtool_set_wol()
955 static int ethtool_get_eee(struct net_device *dev, char __user *useraddr) in ethtool_get_eee()
976 static int ethtool_set_eee(struct net_device *dev, char __user *useraddr) in ethtool_set_eee()
989 static int ethtool_nway_reset(struct net_device *dev) in ethtool_nway_reset()
997 static int ethtool_get_link(struct net_device *dev, char __user *useraddr) in ethtool_get_link()
1011 static int ethtool_get_any_eeprom(struct net_device *dev, void __user *useraddr, in ethtool_get_any_eeprom()
1062 static int ethtool_get_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_get_eeprom()
1074 static int ethtool_set_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_set_eeprom()
1122 static noinline_for_stack int ethtool_get_coalesce(struct net_device *dev, in ethtool_get_coalesce()
1137 static noinline_for_stack int ethtool_set_coalesce(struct net_device *dev, in ethtool_set_coalesce()
1151 static int ethtool_get_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_get_ringparam()
1165 static int ethtool_set_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_set_ringparam()
1178 static noinline_for_stack int ethtool_get_channels(struct net_device *dev, in ethtool_get_channels()
1193 static noinline_for_stack int ethtool_set_channels(struct net_device *dev, in ethtool_set_channels()
1207 static int ethtool_get_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_get_pauseparam()
1221 static int ethtool_set_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_set_pauseparam()
1234 static int ethtool_self_test(struct net_device *dev, char __user *useraddr) in ethtool_self_test()
1272 static int ethtool_get_strings(struct net_device *dev, void __user *useraddr) in ethtool_get_strings()
1306 static int ethtool_phys_id(struct net_device *dev, void __user *useraddr) in ethtool_phys_id()
1366 static int ethtool_get_stats(struct net_device *dev, void __user *useraddr) in ethtool_get_stats()
1404 static int ethtool_get_perm_addr(struct net_device *dev, void __user *useraddr) in ethtool_get_perm_addr()
1423 static int ethtool_get_value(struct net_device *dev, char __user *useraddr, in ethtool_get_value()
1438 static int ethtool_set_value_void(struct net_device *dev, char __user *useraddr, in ethtool_set_value_void()
1453 static int ethtool_set_value(struct net_device *dev, char __user *useraddr, in ethtool_set_value()
1467 static noinline_for_stack int ethtool_flash_device(struct net_device *dev, in ethtool_flash_device()
1483 static int ethtool_set_dump(struct net_device *dev, in ethtool_set_dump()
1497 static int ethtool_get_dump_flag(struct net_device *dev, in ethtool_get_dump_flag()
1519 static int ethtool_get_dump_data(struct net_device *dev, in ethtool_get_dump_data()
1582 static int ethtool_get_ts_info(struct net_device *dev, void __user *useraddr) in ethtool_get_ts_info()
1612 static int __ethtool_get_module_info(struct net_device *dev, in __ethtool_get_module_info()
1627 static int ethtool_get_module_info(struct net_device *dev, in ethtool_get_module_info()
1646 static int __ethtool_get_module_eeprom(struct net_device *dev, in __ethtool_get_module_eeprom()
1661 static int ethtool_get_module_eeprom(struct net_device *dev, in ethtool_get_module_eeprom()
1692 static int ethtool_get_tunable(struct net_device *dev, void __user *useraddr) in ethtool_get_tunable()
1723 static int ethtool_set_tunable(struct net_device *dev, void __user *useraddr) in ethtool_set_tunable()
1755 struct net_device *dev = __dev_get_by_name(net, ifr->ifr_name); in dev_ethtool() local