Lines Matching refs:info
2342 static int lan8814_ts_info(struct mii_timestamper *mii_ts, struct ethtool_ts_info *info)
2348 info->so_timestamping = SOF_TIMESTAMPING_TX_HARDWARE |
2352 info->phc_index = ptp_clock_index(shared->ptp_clock);
2354 info->tx_types =
2359 info->rx_filters =
3623 struct ethtool_ts_info *info)
3629 info->phc_index = ptp_priv->ptp_clock ?
3631 if (info->phc_index == -1)
3634 info->so_timestamping = SOF_TIMESTAMPING_TX_HARDWARE |
3638 info->tx_types = (1 << HWTSTAMP_TX_OFF) |
3642 info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) |