Searched refs:ts_info (Results 1 – 13 of 13) sorted by relevance
36 struct ts_info { struct56 struct ts_info ts[ATH_DYN_BUF]; argument
119 struct ts_info *st_ts; in ath_dynack_compute_to()
560 struct ethtool_ts_info *ts_info) in xgbe_get_ts_info() argument564 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in xgbe_get_ts_info()572 ts_info->phc_index = ptp_clock_index(pdata->ptp_clock); in xgbe_get_ts_info()574 ts_info->phc_index = -1; in xgbe_get_ts_info()576 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in xgbe_get_ts_info()577 ts_info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) | in xgbe_get_ts_info()
1117 struct ethtool_ts_info *ts_info) in efx_ethtool_get_ts_info() argument1122 ts_info->so_timestamping = (SOF_TIMESTAMPING_RX_SOFTWARE | in efx_ethtool_get_ts_info()1124 ts_info->phc_index = -1; in efx_ethtool_get_ts_info()1126 efx_ptp_get_ts_info(efx, ts_info); in efx_ethtool_get_ts_info()
1540 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info) in efx_ptp_get_ts_info() argument1550 ts_info->so_timestamping |= (SOF_TIMESTAMPING_TX_HARDWARE | in efx_ptp_get_ts_info()1554 ts_info->phc_index = in efx_ptp_get_ts_info()1556 ts_info->tx_types = 1 << HWTSTAMP_TX_OFF | 1 << HWTSTAMP_TX_ON; in efx_ptp_get_ts_info()1557 ts_info->rx_filters = ptp->efx->type->hwtstamp_filters; in efx_ptp_get_ts_info()
564 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info);
971 static int get_ts_info(struct net_device *dev, struct ethtool_ts_info *ts_info) in get_ts_info() argument973 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in get_ts_info()977 ts_info->so_timestamping |= SOF_TIMESTAMPING_RX_HARDWARE | in get_ts_info()980 ts_info->phc_index = -1; in get_ts_info()
526 int (*ts_info)(struct phy_device *phydev, struct ethtool_ts_info *ti); member
1592 if (phydev && phydev->drv && phydev->drv->ts_info) { in ethtool_get_ts_info()1593 err = phydev->drv->ts_info(phydev, &info); in ethtool_get_ts_info()
269 ts_info: Queries about the HW timestamping status
1506 .ts_info = dp83640_ts_info,
1154 struct ieee80211_wmm_ts_info ts_info; member
2464 struct wcn36xx_hal_ts_info ts_info; member