Home
last modified time | relevance | path

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

/linux-6.12.1/net/ethtool/
Dcommon.h50 int __ethtool_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info);
Dtsinfo.c47 ret = __ethtool_get_ts_info(dev, &data->ts_info); in tsinfo_prepare_data()
Dcommon.c700 int __ethtool_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info) in __ethtool_get_ts_info() function
726 if (!__ethtool_get_ts_info(dev, &info)) in ethtool_get_phc_vclocks()
735 return __ethtool_get_ts_info(dev, info); in ethtool_get_ts_info_by_layer()
Dioctl.c2644 err = __ethtool_get_ts_info(dev, &kernel_info); in ethtool_get_ts_info()