Home
last modified time | relevance | path

Searched refs:get_settings (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dethtool.h332 int (*get_settings)(struct net_device *, struct ethtool_cmd *); member
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-net120 the ethtool get_settings method (mostly Ethernet).
227 the ethtool get_settings method (mostly Ethernet ).
/Linux-v4.19/net/core/
Dethtool.c570 if (!dev->ethtool_ops->get_settings) in __ethtool_get_link_ksettings()
575 err = dev->ethtool_ops->get_settings(dev, &cmd); in __ethtool_get_link_ksettings()
785 if (!dev->ethtool_ops->get_settings) in ethtool_get_settings()
790 err = dev->ethtool_ops->get_settings(dev, &cmd); in ethtool_get_settings()
/Linux-v4.19/drivers/net/ethernet/8390/
Detherh.c625 .get_settings = etherh_get_settings,