Home
last modified time | relevance | path

Searched refs:phc_source (Results 1 – 3 of 3) sorted by relevance

/linux/net/ethtool/
H A Dtsinfo.c163 if (ts_info->phc_source) { in tsinfo_reply_size()
268 if (ts_info->phc_source) { in tsinfo_fill_reply()
270 ts_info->phc_source)) in tsinfo_fill_reply()
366 reply_data->ts_info.phc_source = HWTSTAMP_SOURCE_PHYLIB; in ethnl_tsinfo_dump_one_phydev()
414 reply_data->ts_info.phc_source = HWTSTAMP_SOURCE_NETDEV; in ethnl_tsinfo_dump_one_netdev()
H A Dcommon.c1051 info->phc_source = HWTSTAMP_SOURCE_PHYLIB; in ethtool_get_ts_info_by_phc()
1056 info->phc_source = HWTSTAMP_SOURCE_NETDEV; in ethtool_get_ts_info_by_phc()
1086 info->phc_source = HWTSTAMP_SOURCE_PHYLIB; in __ethtool_get_ts_info()
1092 info->phc_source = HWTSTAMP_SOURCE_NETDEV; in __ethtool_get_ts_info()
/linux/include/linux/
H A Dethtool.h909 enum hwtstamp_source phc_source; member