/Linux-v4.19/drivers/net/ |
D | loopback.c | 134 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()
|
D | dummy.c | 135 struct ethtool_ts_info *ts_info) in dummy_get_ts_info() argument 137 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in dummy_get_ts_info() 141 ts_info->phc_index = -1; in dummy_get_ts_info()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | dynack.h | 36 struct ts_info { struct 56 struct ts_info ts[ATH_DYN_BUF]; argument
|
D | dynack.c | 119 struct ts_info *st_ts; in ath_dynack_compute_to()
|
/Linux-v4.19/drivers/net/ethernet/microchip/ |
D | lan743x_ethtool.c | 547 struct ethtool_ts_info *ts_info) in lan743x_ethtool_get_ts_info() argument 551 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in lan743x_ethtool_get_ts_info() 559 ts_info->phc_index = ptp_clock_index(adapter->ptp.ptp_clock); in lan743x_ethtool_get_ts_info() 561 ts_info->phc_index = -1; in lan743x_ethtool_get_ts_info() 563 ts_info->tx_types = BIT(HWTSTAMP_TX_OFF) | in lan743x_ethtool_get_ts_info() 566 ts_info->rx_filters = BIT(HWTSTAMP_FILTER_NONE) | in lan743x_ethtool_get_ts_info()
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 597 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()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_Qos.h | 54 struct qos_tsinfo ts_info; //u8 TSInfo[3]; member
|
D | rtl819x_TSProc.c | 251 if (pRet->t_spec.ts_info.uc_tsid == TID) in SearchAdmitTRStream() 252 if(pRet->t_spec.ts_info.uc_direction == dir) { in SearchAdmitTRStream() 358 struct qos_tsinfo *pTSInfo = &TSpec.ts_info; in GetTs()
|
D | rtl819x_BAProc.c | 629 pBA->BaParamSet.field.TID = pTS->ts_common_info.t_spec.ts_info.uc_tsid; // TID in TsInitAddBA()
|
D | ieee80211.h | 1155 struct ieee80211_wmm_ts_info ts_info; member
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 1090 static int get_ts_info(struct net_device *dev, struct ethtool_ts_info *ts_info) in get_ts_info() argument 1095 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in get_ts_info() 1099 ts_info->so_timestamping |= SOF_TIMESTAMPING_RX_HARDWARE | in get_ts_info() 1103 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | in get_ts_info() 1106 ts_info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) | in get_ts_info() 1114 ts_info->phc_index = ptp_clock_index(adapter->ptp_clock); in get_ts_info() 1116 ts_info->phc_index = -1; in get_ts_info()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ptp.c | 1755 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info) in efx_ptp_get_ts_info() argument 1765 ts_info->so_timestamping |= (SOF_TIMESTAMPING_TX_HARDWARE | in efx_ptp_get_ts_info() 1776 ts_info->so_timestamping &= in efx_ptp_get_ts_info() 1780 ts_info->phc_index = in efx_ptp_get_ts_info() 1782 ts_info->tx_types = 1 << HWTSTAMP_TX_OFF | 1 << HWTSTAMP_TX_ON; in efx_ptp_get_ts_info() 1783 ts_info->rx_filters = ptp->efx->type->hwtstamp_filters; in efx_ptp_get_ts_info()
|
D | ethtool.c | 1466 struct ethtool_ts_info *ts_info) in efx_ethtool_get_ts_info() argument 1471 ts_info->so_timestamping = (SOF_TIMESTAMPING_RX_SOFTWARE | in efx_ethtool_get_ts_info() 1473 ts_info->phc_index = -1; in efx_ethtool_get_ts_info() 1475 efx_ptp_get_ts_info(efx, ts_info); in efx_ethtool_get_ts_info()
|
D | nic.h | 456 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info);
|
/Linux-v4.19/net/8021q/ |
D | vlan_dev.c | 673 if (phydev && phydev->drv && phydev->drv->ts_info) { in vlan_ethtool_get_ts_info() 674 return phydev->drv->ts_info(phydev, info); in vlan_ethtool_get_ts_info()
|
/Linux-v4.19/include/linux/ |
D | phy.h | 573 int (*ts_info)(struct phy_device *phydev, struct ethtool_ts_info *ti); member
|
/Linux-v4.19/net/core/ |
D | ethtool.c | 2223 if (phydev && phydev->drv && phydev->drv->ts_info) { in ethtool_get_ts_info() 2224 err = phydev->drv->ts_info(phydev, &info); in ethtool_get_ts_info()
|
/Linux-v4.19/drivers/net/phy/ |
D | dp83640.c | 1529 .ts_info = dp83640_ts_info,
|
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 2590 struct wcn36xx_hal_ts_info ts_info; member
|