Lines Matching full:net_device
38 int __ethtool_get_link(struct net_device *dev);
43 int ethtool_check_max_channel(struct net_device *dev,
49 int ethtool_check_rss_ctx_busy(struct net_device *dev, u32 rss_context);
52 void ethtool_ringparam_get_cfg(struct net_device *dev,
57 int __ethtool_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info);
58 int ethtool_get_ts_info_by_phc(struct net_device *dev,
61 int ethtool_net_get_ts_info_by_phc(struct net_device *dev,
65 ethtool_phy_get_ts_info_by_phc(struct net_device *dev,
68 bool net_support_hwtstamp_qualifier(struct net_device *dev,
74 int ethtool_get_module_info_call(struct net_device *dev,
76 int ethtool_get_module_eeprom_call(struct net_device *dev,
79 bool __ethtool_dev_mm_supported(struct net_device *dev);
82 void ethtool_rss_notify(struct net_device *dev, u32 type, u32 rss_context);
85 ethtool_rss_notify(struct net_device *dev, u32 type, u32 rss_context) in ethtool_rss_notify()