Home
last modified time | relevance | path

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

/Linux-v4.19/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.c135 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/
Ddynack.h36 struct ts_info { struct
56 struct ts_info ts[ATH_DYN_BUF]; argument
Ddynack.c119 struct ts_info *st_ts; in ath_dynack_compute_to()
/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_ethtool.c547 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/
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()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_Qos.h54 struct qos_tsinfo ts_info; //u8 TSInfo[3]; member
Drtl819x_TSProc.c251 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()
Drtl819x_BAProc.c629 pBA->BaParamSet.field.TID = pTS->ts_common_info.t_spec.ts_info.uc_tsid; // TID in TsInitAddBA()
Dieee80211.h1155 struct ieee80211_wmm_ts_info ts_info; member
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c1090 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/
Dptp.c1755 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()
Dethtool.c1466 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()
Dnic.h456 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info);
/Linux-v4.19/net/8021q/
Dvlan_dev.c673 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/
Dphy.h573 int (*ts_info)(struct phy_device *phydev, struct ethtool_ts_info *ti); member
/Linux-v4.19/net/core/
Dethtool.c2223 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/
Ddp83640.c1529 .ts_info = dp83640_ts_info,
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dhal.h2590 struct wcn36xx_hal_ts_info ts_info; member