Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dcommon.h60 int __ethtool_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info);
H A Dcommon.c889 int __ethtool_get_ts_info(struct net_device *dev, in __ethtool_get_ts_info() function
947 if (!__ethtool_get_ts_info(dev, &info)) in ethtool_get_phc_vclocks()
956 return __ethtool_get_ts_info(dev, info); in ethtool_get_ts_info_by_layer()
H A Dtsconfig.c68 ret = __ethtool_get_ts_info(dev, &ts_info); in tsconfig_prepare_data()
H A Dtsinfo.c114 ret = __ethtool_get_ts_info(dev, &data->ts_info); in tsinfo_prepare_data()
H A Dioctl.c2658 err = __ethtool_get_ts_info(dev, &kernel_info); in ethtool_get_ts_info()