Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c560 struct ethtool_ts_info *ts_info) in xgbe_get_ts_info() argument
564 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()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dethtool.c1117 struct ethtool_ts_info *ts_info) in efx_ethtool_get_ts_info() argument
1122 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()
Dptp.c1540 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info) in efx_ptp_get_ts_info() argument
1550 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()
Dnic.h564 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info);
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c971 static int get_ts_info(struct net_device *dev, struct ethtool_ts_info *ts_info) in get_ts_info() argument
973 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()
/linux-4.4.14/include/linux/
Dphy.h526 int (*ts_info)(struct phy_device *phydev, struct ethtool_ts_info *ti); member
/linux-4.4.14/net/core/
Dethtool.c1592 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()
/linux-4.4.14/Documentation/networking/
Dphy.txt269 ts_info: Queries about the HW timestamping status
/linux-4.4.14/drivers/net/phy/
Ddp83640.c1506 .ts_info = dp83640_ts_info,
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1154 struct ieee80211_wmm_ts_info ts_info; member
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dhal.h2464 struct wcn36xx_hal_ts_info ts_info; member