Home
last modified time | relevance | path

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

/net/ethtool/
Dtsinfo.c15 struct ethtool_ts_info ts_info; member
37 ret = __ethtool_get_ts_info(dev, &data->ts_info); in tsinfo_prepare_data()
48 const struct ethtool_ts_info *ts_info = &data->ts_info; in tsinfo_reply_size() local
56 if (ts_info->so_timestamping) { in tsinfo_reply_size()
57 ret = ethnl_bitset32_size(&ts_info->so_timestamping, NULL, in tsinfo_reply_size()
64 if (ts_info->tx_types) { in tsinfo_reply_size()
65 ret = ethnl_bitset32_size(&ts_info->tx_types, NULL, in tsinfo_reply_size()
72 if (ts_info->rx_filters) { in tsinfo_reply_size()
73 ret = ethnl_bitset32_size(&ts_info->rx_filters, NULL, in tsinfo_reply_size()
80 if (ts_info->phc_index >= 0) in tsinfo_reply_size()
[all …]