Home
last modified time | relevance | path

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

/drivers/net/
Dloopback.c134 struct ethtool_ts_info *ts_info) in loopback_get_ts_info() argument
136 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in loopback_get_ts_info()
140 ts_info->phc_index = -1; in loopback_get_ts_info()
Ddummy.c310 struct ethtool_ts_info *ts_info) in dummy_get_ts_info() argument
312 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in dummy_get_ts_info()
316 ts_info->phc_index = -1; in dummy_get_ts_info()
/drivers/net/wireless/ath/ath9k/
Ddynack.h36 struct ts_info { struct
56 struct ts_info ts[ATH_DYN_BUF]; argument
Ddynack.c123 struct ts_info *st_ts; in ath_dynack_compute_to()
/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c597 struct ethtool_ts_info *ts_info) in xgbe_get_ts_info() argument
601 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()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c1236 static int get_ts_info(struct net_device *dev, struct ethtool_ts_info *ts_info) in get_ts_info() argument
1241 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()
/drivers/net/ethernet/sfc/
Dptp.c1541 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info) in efx_ptp_get_ts_info() argument
1551 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()
Dethtool.c1332 struct ethtool_ts_info *ts_info) in efx_ethtool_get_ts_info() argument
1337 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()
Dnic.h430 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info);
/drivers/net/phy/
Ddp83640.c1534 .ts_info = dp83640_ts_info,
/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1155 struct ieee80211_wmm_ts_info ts_info; member
/drivers/net/wireless/ath/wcn36xx/
Dhal.h2471 struct wcn36xx_hal_ts_info ts_info; member