Home
last modified time | relevance | path

Searched refs:tx_tstamp (Results 1 – 11 of 11) sorted by relevance

/linux/net/ipv4/
H A Dtcp_rate.c85 u64 tx_tstamp; in tcp_rate_skb_delivered() local
90 tx_tstamp = tcp_skb_timestamp_us(skb); in tcp_rate_skb_delivered()
92 tcp_skb_sent_after(tx_tstamp, tp->first_tx_mstamp, in tcp_rate_skb_delivered()
102 tp->first_tx_mstamp = tx_tstamp; in tcp_rate_skb_delivered()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c581 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_ptp_clear_tx_tstamp()
704 tstamp = &adapter->tx_tstamp[i]; in igc_ptp_tx_hang()
828 igc_ptp_tx_reg_to_stamp(adapter, &adapter->tx_tstamp[0], regval); in igc_ptp_tx_hwtstamp()
836 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_ptp_tx_hwtstamp()
1103 tstamp = &adapter->tx_tstamp[0]; in igc_ptp_init()
1109 tstamp = &adapter->tx_tstamp[1]; in igc_ptp_init()
1115 tstamp = &adapter->tx_tstamp[2]; in igc_ptp_init()
1121 tstamp = &adapter->tx_tstamp[3]; in igc_ptp_init()
H A Digc.h310 struct igc_tx_timestamp_request tx_tstamp[IGC_MAX_TX_TSTAMP_REGS]; member
H A Digc_main.c1554 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_request_tx_tstamp()
2898 tstamp = &adapter->tx_tstamp[i]; in igc_xsk_request_timestamp()
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h172 bool tx_tstamp; /* Tx timestamping enabled */ member
H A Ddpaa_eth.c1734 if (ts && priv->tx_tstamp && in dpaa_cleanup_tx_fd()
2192 if (priv->tx_tstamp) { in dpaa_a050385_wa_skb()
2371 if (priv->tx_tstamp && skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) { in dpaa_start_xmit()
3105 priv->tx_tstamp = false; in dpaa_ts_ioctl()
3109 priv->tx_tstamp = true; in dpaa_ts_ioctl()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h1231 u64 tx_tstamp; member
H A Dxgbe-drv.c559 pdata->tx_tstamp = in xgbe_isr_bh_work()
1494 if (pdata->tx_tstamp) { in xgbe_tx_tstamp()
1496 pdata->tx_tstamp); in xgbe_tx_tstamp()
/linux/net/mac80211/
H A Dstatus.c622 status.tx_tstamp = in ieee80211_report_ack_skb()
/linux/include/net/
H A Dcfg80211.h8620 u64 tx_tstamp; member
/linux/net/wireless/
H A Dnl80211.c19116 (status->tx_tstamp && in nl80211_frame_tx_status()
19118 status->tx_tstamp, NL80211_ATTR_PAD)) || in nl80211_frame_tx_status()