Lines Matching defs:dev

33 u32 ethtool_op_get_link(struct net_device *dev)  in ethtool_op_get_link()
78 static int ethtool_get_features(struct net_device *dev, void __user *useraddr) in ethtool_get_features()
116 static int ethtool_set_features(struct net_device *dev, void __user *useraddr) in ethtool_set_features()
156 static int __ethtool_get_sset_count(struct net_device *dev, int sset) in __ethtool_get_sset_count()
169 static void __ethtool_get_strings(struct net_device *dev, in __ethtool_get_strings()
213 static int ethtool_get_one_feature(struct net_device *dev, in ethtool_get_one_feature()
227 static int ethtool_set_one_feature(struct net_device *dev, in ethtool_set_one_feature()
256 static u32 __ethtool_get_flags(struct net_device *dev) in __ethtool_get_flags()
269 static int __ethtool_set_flags(struct net_device *dev, u32 data) in __ethtool_set_flags()
295 int __ethtool_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in __ethtool_get_settings()
308 static int ethtool_get_settings(struct net_device *dev, void __user *useraddr) in ethtool_get_settings()
322 static int ethtool_set_settings(struct net_device *dev, void __user *useraddr) in ethtool_set_settings()
335 static noinline_for_stack int ethtool_get_drvinfo(struct net_device *dev, in ethtool_get_drvinfo()
381 static noinline_for_stack int ethtool_get_sset_info(struct net_device *dev, in ethtool_get_sset_info()
437 static noinline_for_stack int ethtool_set_rxnfc(struct net_device *dev, in ethtool_set_rxnfc()
469 static noinline_for_stack int ethtool_get_rxnfc(struct net_device *dev, in ethtool_get_rxnfc()
524 static noinline_for_stack int ethtool_get_rxfh_indir(struct net_device *dev, in ethtool_get_rxfh_indir()
572 static noinline_for_stack int ethtool_set_rxfh_indir(struct net_device *dev, in ethtool_set_rxfh_indir()
634 static int ethtool_get_regs(struct net_device *dev, char __user *useraddr) in ethtool_get_regs()
670 static int ethtool_reset(struct net_device *dev, char __user *useraddr) in ethtool_reset()
690 static int ethtool_get_wol(struct net_device *dev, char __user *useraddr) in ethtool_get_wol()
704 static int ethtool_set_wol(struct net_device *dev, char __user *useraddr) in ethtool_set_wol()
717 static int ethtool_nway_reset(struct net_device *dev) in ethtool_nway_reset()
725 static int ethtool_get_link(struct net_device *dev, char __user *useraddr) in ethtool_get_link()
739 static int ethtool_get_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_get_eeprom()
791 static int ethtool_set_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_set_eeprom()
838 static noinline_for_stack int ethtool_get_coalesce(struct net_device *dev, in ethtool_get_coalesce()
853 static noinline_for_stack int ethtool_set_coalesce(struct net_device *dev, in ethtool_set_coalesce()
867 static int ethtool_get_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_get_ringparam()
881 static int ethtool_set_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_set_ringparam()
894 static noinline_for_stack int ethtool_get_channels(struct net_device *dev, in ethtool_get_channels()
909 static noinline_for_stack int ethtool_set_channels(struct net_device *dev, in ethtool_set_channels()
923 static int ethtool_get_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_get_pauseparam()
937 static int ethtool_set_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_set_pauseparam()
950 static int ethtool_self_test(struct net_device *dev, char __user *useraddr) in ethtool_self_test()
988 static int ethtool_get_strings(struct net_device *dev, void __user *useraddr) in ethtool_get_strings()
1022 static int ethtool_phys_id(struct net_device *dev, void __user *useraddr) in ethtool_phys_id()
1081 static int ethtool_get_stats(struct net_device *dev, void __user *useraddr) in ethtool_get_stats()
1119 static int ethtool_get_perm_addr(struct net_device *dev, void __user *useraddr) in ethtool_get_perm_addr()
1138 static int ethtool_get_value(struct net_device *dev, char __user *useraddr, in ethtool_get_value()
1153 static int ethtool_set_value_void(struct net_device *dev, char __user *useraddr, in ethtool_set_value_void()
1168 static int ethtool_set_value(struct net_device *dev, char __user *useraddr, in ethtool_set_value()
1182 static noinline_for_stack int ethtool_flash_device(struct net_device *dev, in ethtool_flash_device()
1198 static int ethtool_set_dump(struct net_device *dev, in ethtool_set_dump()
1212 static int ethtool_get_dump_flag(struct net_device *dev, in ethtool_get_dump_flag()
1234 static int ethtool_get_dump_data(struct net_device *dev, in ethtool_get_dump_data()
1283 struct net_device *dev = __dev_get_by_name(net, ifr->ifr_name); in dev_ethtool() local