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()
65 int ethtool_op_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info) in ethtool_op_get_ts_info()
78 static int ethtool_get_features(struct net_device *dev, void __user *useraddr) in ethtool_get_features()
117 static int ethtool_set_features(struct net_device *dev, void __user *useraddr) in ethtool_set_features()
157 static int __ethtool_get_sset_count(struct net_device *dev, int sset) in __ethtool_get_sset_count()
188 static void __ethtool_get_strings(struct net_device *dev, in __ethtool_get_strings()
245 static int ethtool_get_one_feature(struct net_device *dev, in ethtool_get_one_feature()
259 static int ethtool_set_one_feature(struct net_device *dev, in ethtool_set_one_feature()
289 static u32 __ethtool_get_flags(struct net_device *dev) in __ethtool_get_flags()
307 static int __ethtool_set_flags(struct net_device *dev, u32 data) in __ethtool_set_flags()
433 int __ethtool_get_link_ksettings(struct net_device *dev, in __ethtool_get_link_ksettings()
520 static int ethtool_get_link_ksettings(struct net_device *dev, in ethtool_get_link_ksettings()
577 static int ethtool_set_link_ksettings(struct net_device *dev, in ethtool_set_link_ksettings()
621 int ethtool_virtdev_set_link_ksettings(struct net_device *dev, in ethtool_virtdev_set_link_ksettings()
651 static int ethtool_get_settings(struct net_device *dev, void __user *useraddr) in ethtool_get_settings()
684 static int ethtool_set_settings(struct net_device *dev, void __user *useraddr) in ethtool_set_settings()
710 ethtool_get_drvinfo(struct net_device *dev, struct ethtool_devlink_compat *rsp) in ethtool_get_drvinfo()
770 static noinline_for_stack int ethtool_get_sset_info(struct net_device *dev, in ethtool_get_sset_info()
972 static noinline_for_stack int ethtool_set_rxnfc(struct net_device *dev, in ethtool_set_rxnfc()
997 static noinline_for_stack int ethtool_get_rxnfc(struct net_device *dev, in ethtool_get_rxnfc()
1061 static noinline_for_stack int ethtool_get_rxfh_indir(struct net_device *dev, in ethtool_get_rxfh_indir()
1109 static noinline_for_stack int ethtool_set_rxfh_indir(struct net_device *dev, in ethtool_set_rxfh_indir()
1171 static noinline_for_stack int ethtool_get_rxfh(struct net_device *dev, in ethtool_get_rxfh()
1250 static noinline_for_stack int ethtool_set_rxfh(struct net_device *dev, in ethtool_set_rxfh()
1363 static int ethtool_get_regs(struct net_device *dev, char __user *useraddr) in ethtool_get_regs()
1405 static int ethtool_reset(struct net_device *dev, char __user *useraddr) in ethtool_reset()
1425 static int ethtool_get_wol(struct net_device *dev, char __user *useraddr) in ethtool_get_wol()
1441 static int ethtool_set_wol(struct net_device *dev, char __user *useraddr) in ethtool_set_wol()
1473 static int ethtool_get_eee(struct net_device *dev, char __user *useraddr) in ethtool_get_eee()
1494 static int ethtool_set_eee(struct net_device *dev, char __user *useraddr) in ethtool_set_eee()
1511 static int ethtool_nway_reset(struct net_device *dev) in ethtool_nway_reset()
1519 static int ethtool_get_link(struct net_device *dev, char __user *useraddr) in ethtool_get_link()
1533 static int ethtool_get_any_eeprom(struct net_device *dev, void __user *useraddr, in ethtool_get_any_eeprom()
1588 static int ethtool_get_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_get_eeprom()
1600 static int ethtool_set_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_set_eeprom()
1648 static noinline_for_stack int ethtool_get_coalesce(struct net_device *dev, in ethtool_get_coalesce()
1669 ethtool_set_coalesce_supported(struct net_device *dev, in ethtool_set_coalesce_supported()
1723 static noinline_for_stack int ethtool_set_coalesce(struct net_device *dev, in ethtool_set_coalesce()
1751 static int ethtool_get_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_get_ringparam()
1767 static int ethtool_set_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_set_ringparam()
1795 static noinline_for_stack int ethtool_get_channels(struct net_device *dev, in ethtool_get_channels()
1810 static noinline_for_stack int ethtool_set_channels(struct net_device *dev, in ethtool_set_channels()
1871 static int ethtool_get_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_get_pauseparam()
1885 static int ethtool_set_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_set_pauseparam()
1902 static int ethtool_self_test(struct net_device *dev, char __user *useraddr) in ethtool_self_test()
1942 static int ethtool_get_strings(struct net_device *dev, void __user *useraddr) in ethtool_get_strings()
1997 static int ethtool_phys_id(struct net_device *dev, void __user *useraddr) in ethtool_phys_id()
2054 static int ethtool_get_stats(struct net_device *dev, void __user *useraddr) in ethtool_get_stats()
2133 static int ethtool_get_phy_stats_ethtool(struct net_device *dev, in ethtool_get_phy_stats_ethtool()
2155 static int ethtool_get_phy_stats(struct net_device *dev, void __user *useraddr) in ethtool_get_phy_stats()
2188 static int ethtool_get_perm_addr(struct net_device *dev, void __user *useraddr) in ethtool_get_perm_addr()
2207 static int ethtool_get_value(struct net_device *dev, char __user *useraddr, in ethtool_get_value()
2222 static int ethtool_set_value_void(struct net_device *dev, char __user *useraddr, in ethtool_set_value_void()
2237 static int ethtool_set_value(struct net_device *dev, char __user *useraddr, in ethtool_set_value()
2252 ethtool_flash_device(struct net_device *dev, struct ethtool_devlink_compat *req) in ethtool_flash_device()
2262 static int ethtool_set_dump(struct net_device *dev, in ethtool_set_dump()
2276 static int ethtool_get_dump_flag(struct net_device *dev, in ethtool_get_dump_flag()
2298 static int ethtool_get_dump_data(struct net_device *dev, in ethtool_get_dump_data()
2361 static int ethtool_get_ts_info(struct net_device *dev, void __user *useraddr) in ethtool_get_ts_info()
2376 int ethtool_get_module_info_call(struct net_device *dev, in ethtool_get_module_info_call()
2394 static int ethtool_get_module_info(struct net_device *dev, in ethtool_get_module_info()
2413 int ethtool_get_module_eeprom_call(struct net_device *dev, in ethtool_get_module_eeprom_call()
2431 static int ethtool_get_module_eeprom(struct net_device *dev, in ethtool_get_module_eeprom()
2468 static int ethtool_get_tunable(struct net_device *dev, void __user *useraddr) in ethtool_get_tunable()
2499 static int ethtool_set_tunable(struct net_device *dev, void __user *useraddr) in ethtool_set_tunable()
2524 ethtool_get_per_queue_coalesce(struct net_device *dev, in ethtool_get_per_queue_coalesce()
2555 ethtool_set_per_queue_coalesce(struct net_device *dev, in ethtool_set_per_queue_coalesce()
2616 static int noinline_for_stack ethtool_set_per_queue(struct net_device *dev, in ethtool_set_per_queue()
2658 static int get_phy_tunable(struct net_device *dev, void __user *useraddr) in get_phy_tunable()
2697 static int set_phy_tunable(struct net_device *dev, void __user *useraddr) in set_phy_tunable()
2729 static int ethtool_get_fecparam(struct net_device *dev, void __user *useraddr) in ethtool_get_fecparam()
2749 static int ethtool_set_fecparam(struct net_device *dev, void __user *useraddr) in ethtool_set_fecparam()
2774 struct net_device *dev; in __dev_ethtool() local