Searched refs:ts_info (Results 1 – 12 of 12) sorted by relevance
134 struct ethtool_ts_info *ts_info) in loopback_get_ts_info() argument136 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in loopback_get_ts_info()140 ts_info->phc_index = -1; in loopback_get_ts_info()
310 struct ethtool_ts_info *ts_info) in dummy_get_ts_info() argument312 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in dummy_get_ts_info()316 ts_info->phc_index = -1; in dummy_get_ts_info()
36 struct ts_info { struct56 struct ts_info ts[ATH_DYN_BUF]; argument
123 struct ts_info *st_ts; in ath_dynack_compute_to()
597 struct ethtool_ts_info *ts_info) in xgbe_get_ts_info() argument601 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in xgbe_get_ts_info()609 ts_info->phc_index = ptp_clock_index(pdata->ptp_clock); in xgbe_get_ts_info()611 ts_info->phc_index = -1; in xgbe_get_ts_info()613 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in xgbe_get_ts_info()614 ts_info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) | in xgbe_get_ts_info()
1236 static int get_ts_info(struct net_device *dev, struct ethtool_ts_info *ts_info) in get_ts_info() argument1241 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in get_ts_info()1245 ts_info->so_timestamping |= SOF_TIMESTAMPING_RX_HARDWARE | in get_ts_info()1249 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | in get_ts_info()1252 ts_info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) | in get_ts_info()1260 ts_info->phc_index = ptp_clock_index(adapter->ptp_clock); in get_ts_info()1262 ts_info->phc_index = -1; in get_ts_info()
1541 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info) in efx_ptp_get_ts_info() argument1551 ts_info->so_timestamping |= (SOF_TIMESTAMPING_TX_HARDWARE | in efx_ptp_get_ts_info()1555 ts_info->phc_index = in efx_ptp_get_ts_info()1557 ts_info->tx_types = 1 << HWTSTAMP_TX_OFF | 1 << HWTSTAMP_TX_ON; in efx_ptp_get_ts_info()1558 ts_info->rx_filters = ptp->efx->type->hwtstamp_filters; in efx_ptp_get_ts_info()
1332 struct ethtool_ts_info *ts_info) in efx_ethtool_get_ts_info() argument1337 ts_info->so_timestamping = (SOF_TIMESTAMPING_RX_SOFTWARE | in efx_ethtool_get_ts_info()1339 ts_info->phc_index = -1; in efx_ethtool_get_ts_info()1341 efx_ptp_get_ts_info(efx, ts_info); in efx_ethtool_get_ts_info()
430 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info);
1534 .ts_info = dp83640_ts_info,
1155 struct ieee80211_wmm_ts_info ts_info; member
2471 struct wcn36xx_hal_ts_info ts_info; member