| /Linux-v5.4/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 | 151 struct ts_info *st_ts; in ath_dynack_compute_to()
|
| /Linux-v5.4/drivers/net/ethernet/microchip/ |
| D | lan743x_ethtool.c | 668 struct ethtool_ts_info *ts_info) in lan743x_ethtool_get_ts_info() argument 672 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in lan743x_ethtool_get_ts_info() 680 ts_info->phc_index = ptp_clock_index(adapter->ptp.ptp_clock); in lan743x_ethtool_get_ts_info() 682 ts_info->phc_index = -1; in lan743x_ethtool_get_ts_info() 684 ts_info->tx_types = BIT(HWTSTAMP_TX_OFF) | in lan743x_ethtool_get_ts_info() 687 ts_info->rx_filters = BIT(HWTSTAMP_FILTER_NONE) | in lan743x_ethtool_get_ts_info()
|
| /Linux-v5.4/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-v5.4/drivers/staging/rtl8192u/ieee80211/ |
| D | rtl819x_Qos.h | 54 struct qos_tsinfo ts_info; //u8 TSInfo[3]; member
|
| D | rtl819x_TSProc.c | 249 if (pRet->t_spec.ts_info.uc_tsid == TID) in SearchAdmitTRStream() 250 if (pRet->t_spec.ts_info.uc_direction == dir) { in SearchAdmitTRStream() 356 struct qos_tsinfo *pTSInfo = &TSpec.ts_info; in GetTs()
|
| D | rtl819x_BAProc.c | 625 pBA->param_set.field.tid = pTS->ts_common_info.t_spec.ts_info.uc_tsid; // TID in TsInitAddBA()
|
| D | ieee80211.h | 1151 struct ieee80211_wmm_ts_info ts_info; member
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_ethtool.c | 1252 static int get_ts_info(struct net_device *dev, struct ethtool_ts_info *ts_info) in get_ts_info() argument 1257 ts_info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in get_ts_info() 1261 ts_info->so_timestamping |= SOF_TIMESTAMPING_RX_HARDWARE | in get_ts_info() 1265 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | in get_ts_info() 1268 ts_info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) | in get_ts_info() 1276 ts_info->phc_index = ptp_clock_index(adapter->ptp_clock); in get_ts_info() 1278 ts_info->phc_index = -1; in get_ts_info()
|
| /Linux-v5.4/drivers/net/ethernet/sfc/ |
| D | ptp.c | 1753 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info) in efx_ptp_get_ts_info() argument 1763 ts_info->so_timestamping |= (SOF_TIMESTAMPING_TX_HARDWARE | in efx_ptp_get_ts_info() 1774 ts_info->so_timestamping &= in efx_ptp_get_ts_info() 1778 ts_info->phc_index = in efx_ptp_get_ts_info() 1780 ts_info->tx_types = 1 << HWTSTAMP_TX_OFF | 1 << HWTSTAMP_TX_ON; in efx_ptp_get_ts_info() 1781 ts_info->rx_filters = ptp->efx->type->hwtstamp_filters; in efx_ptp_get_ts_info()
|
| D | ethtool.c | 1463 struct ethtool_ts_info *ts_info) in efx_ethtool_get_ts_info() argument 1468 ts_info->so_timestamping = (SOF_TIMESTAMPING_RX_SOFTWARE | in efx_ethtool_get_ts_info() 1470 ts_info->phc_index = -1; in efx_ethtool_get_ts_info() 1472 efx_ptp_get_ts_info(efx, ts_info); in efx_ethtool_get_ts_info()
|
| D | nic.h | 453 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info);
|
| /Linux-v5.4/net/8021q/ |
| D | vlan_dev.c | 649 if (phydev && phydev->drv && phydev->drv->ts_info) { in vlan_ethtool_get_ts_info() 650 return phydev->drv->ts_info(phydev, info); in vlan_ethtool_get_ts_info()
|
| /Linux-v5.4/drivers/net/ |
| D | macvlan.c | 1038 if (phydev && phydev->drv && phydev->drv->ts_info) { in macvlan_ethtool_get_ts_info() 1039 return phydev->drv->ts_info(phydev, info); in macvlan_ethtool_get_ts_info()
|
| /Linux-v5.4/include/linux/ |
| D | phy.h | 543 int (*ts_info)(struct phy_device *phydev, struct ethtool_ts_info *ti); member
|
| /Linux-v5.4/net/core/ |
| D | ethtool.c | 2173 if (phydev && phydev->drv && phydev->drv->ts_info) { in ethtool_get_ts_info() 2174 err = phydev->drv->ts_info(phydev, &info); in ethtool_get_ts_info()
|
| /Linux-v5.4/drivers/net/phy/ |
| D | dp83640.c | 1540 .ts_info = dp83640_ts_info,
|
| /Linux-v5.4/drivers/net/wireless/ath/wcn36xx/ |
| D | hal.h | 2590 struct wcn36xx_hal_ts_info ts_info; member
|