Lines Matching refs:ethtool_ops
35 const struct ethtool_ops *ops;
38 ops = dev->ethtool_ops;
179 const struct ethtool_ops *ops = req_info->dev->ethtool_ops;
194 ret = dev->ethtool_ops->get_mm(dev, &state);
228 ret = dev->ethtool_ops->set_mm(dev, &cfg, extack);
255 const struct ethtool_ops *ops = dev->ethtool_ops;
267 const struct ethtool_ops *ops = dev->ethtool_ops;
486 * Drivers are expected to call this from their ethtool_ops :: get_mm()
513 * Drivers are expected to call this from their ethtool_ops :: set_mm()