• Home
  • Raw
  • Download

Lines Matching defs:dev

46 static struct devlink *netdev_to_devlink_get(struct net_device *dev)  in netdev_to_devlink_get()
59 u32 ethtool_op_get_link(struct net_device *dev) in ethtool_op_get_link()
68 int ethtool_op_get_ts_info(struct net_device *dev, in ethtool_op_get_ts_info()
82 static int ethtool_get_features(struct net_device *dev, void __user *useraddr) in ethtool_get_features()
121 static int ethtool_set_features(struct net_device *dev, void __user *useraddr) in ethtool_set_features()
161 static int __ethtool_get_sset_count(struct net_device *dev, int sset) in __ethtool_get_sset_count()
192 static void __ethtool_get_strings(struct net_device *dev, in __ethtool_get_strings()
249 static int ethtool_get_one_feature(struct net_device *dev, in ethtool_get_one_feature()
263 static int ethtool_set_one_feature(struct net_device *dev, in ethtool_set_one_feature()
293 static u32 __ethtool_get_flags(struct net_device *dev) in __ethtool_get_flags()
311 static int __ethtool_set_flags(struct net_device *dev, u32 data) in __ethtool_set_flags()
437 int __ethtool_get_link_ksettings(struct net_device *dev, in __ethtool_get_link_ksettings()
524 static int ethtool_get_link_ksettings(struct net_device *dev, in ethtool_get_link_ksettings()
581 static int ethtool_set_link_ksettings(struct net_device *dev, in ethtool_set_link_ksettings()
625 int ethtool_virtdev_set_link_ksettings(struct net_device *dev, in ethtool_virtdev_set_link_ksettings()
655 static int ethtool_get_settings(struct net_device *dev, void __user *useraddr) in ethtool_get_settings()
691 static int ethtool_set_settings(struct net_device *dev, void __user *useraddr) in ethtool_set_settings()
717 ethtool_get_drvinfo(struct net_device *dev, struct ethtool_devlink_compat *rsp) in ethtool_get_drvinfo()
778 static noinline_for_stack int ethtool_get_sset_info(struct net_device *dev, in ethtool_get_sset_info()
980 static noinline_for_stack int ethtool_set_rxnfc(struct net_device *dev, in ethtool_set_rxnfc()
1031 static noinline_for_stack int ethtool_get_rxnfc(struct net_device *dev, in ethtool_get_rxnfc()
1095 static noinline_for_stack int ethtool_get_rxfh_indir(struct net_device *dev, in ethtool_get_rxfh_indir()
1142 static noinline_for_stack int ethtool_set_rxfh_indir(struct net_device *dev, in ethtool_set_rxfh_indir()
1209 static noinline_for_stack int ethtool_get_rxfh(struct net_device *dev, in ethtool_get_rxfh()
1348 static noinline_for_stack int ethtool_set_rxfh(struct net_device *dev, in ethtool_set_rxfh()
1608 static int ethtool_get_regs(struct net_device *dev, char __user *useraddr) in ethtool_get_regs()
1650 static int ethtool_reset(struct net_device *dev, char __user *useraddr) in ethtool_reset()
1673 static int ethtool_get_wol(struct net_device *dev, char __user *useraddr) in ethtool_get_wol()
1689 static int ethtool_set_wol(struct net_device *dev, char __user *useraddr) in ethtool_set_wol()
1756 static int ethtool_get_eee(struct net_device *dev, char __user *useraddr) in ethtool_get_eee()
1777 static int ethtool_set_eee(struct net_device *dev, char __user *useraddr) in ethtool_set_eee()
1796 static int ethtool_nway_reset(struct net_device *dev) in ethtool_nway_reset()
1804 static int ethtool_get_link(struct net_device *dev, char __user *useraddr) in ethtool_get_link()
1818 static int ethtool_get_any_eeprom(struct net_device *dev, void __user *useraddr, in ethtool_get_any_eeprom()
1873 static int ethtool_get_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_get_eeprom()
1885 static int ethtool_set_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_set_eeprom()
1933 static noinline_for_stack int ethtool_get_coalesce(struct net_device *dev, in ethtool_get_coalesce()
1954 ethtool_set_coalesce_supported(struct net_device *dev, in ethtool_set_coalesce_supported()
2008 static noinline_for_stack int ethtool_set_coalesce(struct net_device *dev, in ethtool_set_coalesce()
2036 static int ethtool_get_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_get_ringparam()
2052 static int ethtool_set_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_set_ringparam()
2080 static noinline_for_stack int ethtool_get_channels(struct net_device *dev, in ethtool_get_channels()
2095 static noinline_for_stack int ethtool_set_channels(struct net_device *dev, in ethtool_set_channels()
2147 static int ethtool_get_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_get_pauseparam()
2161 static int ethtool_set_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_set_pauseparam()
2178 static int ethtool_self_test(struct net_device *dev, char __user *useraddr) in ethtool_self_test()
2218 static int ethtool_get_strings(struct net_device *dev, void __user *useraddr) in ethtool_get_strings()
2280 static int ethtool_phys_id(struct net_device *dev, void __user *useraddr) in ethtool_phys_id()
2337 static int ethtool_get_stats(struct net_device *dev, void __user *useraddr) in ethtool_get_stats()
2416 static int ethtool_get_phy_stats_ethtool(struct net_device *dev, in ethtool_get_phy_stats_ethtool()
2438 static int ethtool_get_phy_stats(struct net_device *dev, void __user *useraddr) in ethtool_get_phy_stats()
2471 static int ethtool_get_perm_addr(struct net_device *dev, void __user *useraddr) in ethtool_get_perm_addr()
2490 static int ethtool_get_value(struct net_device *dev, char __user *useraddr, in ethtool_get_value()
2505 static int ethtool_set_value_void(struct net_device *dev, char __user *useraddr, in ethtool_set_value_void()
2520 static int ethtool_set_value(struct net_device *dev, char __user *useraddr, in ethtool_set_value()
2535 ethtool_flash_device(struct net_device *dev, struct ethtool_devlink_compat *req) in ethtool_flash_device()
2545 static int ethtool_set_dump(struct net_device *dev, in ethtool_set_dump()
2559 static int ethtool_get_dump_flag(struct net_device *dev, in ethtool_get_dump_flag()
2581 static int ethtool_get_dump_data(struct net_device *dev, in ethtool_get_dump_data()
2644 static int ethtool_get_ts_info(struct net_device *dev, void __user *useraddr) in ethtool_get_ts_info()
2666 int ethtool_get_module_info_call(struct net_device *dev, in ethtool_get_module_info_call()
2687 static int ethtool_get_module_info(struct net_device *dev, in ethtool_get_module_info()
2706 int ethtool_get_module_eeprom_call(struct net_device *dev, in ethtool_get_module_eeprom_call()
2727 static int ethtool_get_module_eeprom(struct net_device *dev, in ethtool_get_module_eeprom()
2764 static int ethtool_get_tunable(struct net_device *dev, void __user *useraddr) in ethtool_get_tunable()
2795 static int ethtool_set_tunable(struct net_device *dev, void __user *useraddr) in ethtool_set_tunable()
2820 ethtool_get_per_queue_coalesce(struct net_device *dev, in ethtool_get_per_queue_coalesce()
2851 ethtool_set_per_queue_coalesce(struct net_device *dev, in ethtool_set_per_queue_coalesce()
2912 static int noinline_for_stack ethtool_set_per_queue(struct net_device *dev, in ethtool_set_per_queue()
2954 static int get_phy_tunable(struct net_device *dev, void __user *useraddr) in get_phy_tunable()
2993 static int set_phy_tunable(struct net_device *dev, void __user *useraddr) in set_phy_tunable()
3025 static int ethtool_get_fecparam(struct net_device *dev, void __user *useraddr) in ethtool_get_fecparam()
3045 static int ethtool_set_fecparam(struct net_device *dev, void __user *useraddr) in ethtool_set_fecparam()
3070 struct net_device *dev; in __dev_ethtool() local