Searched refs:get_settings (Results 1 – 4 of 4) sorted by relevance
332 int (*get_settings)(struct net_device *, struct ethtool_cmd *); member
120 the ethtool get_settings method (mostly Ethernet).227 the ethtool get_settings method (mostly Ethernet ).
570 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()
625 .get_settings = etherh_get_settings,