Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
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-6.12.1/drivers/net/ethernet/intel/igc/
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()
Digc.h310 struct igc_tx_timestamp_request tx_tstamp[IGC_MAX_TX_TSTAMP_REGS]; member
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-6.12.1/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.h172 bool tx_tstamp; /* Tx timestamping enabled */ member
Ddpaa_eth.c1718 if (ts && priv->tx_tstamp && in dpaa_cleanup_tx_fd()
2170 if (priv->tx_tstamp) { in dpaa_a050385_wa_skb()
2349 if (priv->tx_tstamp && skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) { in dpaa_start_xmit()
3083 priv->tx_tstamp = false; in dpaa_ts_ioctl()
3087 priv->tx_tstamp = true; in dpaa_ts_ioctl()
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/
Dxgbe.h1231 u64 tx_tstamp; member
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-6.12.1/net/mac80211/
Dstatus.c622 status.tx_tstamp = in ieee80211_report_ack_skb()
/linux-6.12.1/include/net/
Dcfg80211.h8601 u64 tx_tstamp; member
/linux-6.12.1/net/wireless/
Dnl80211.c19109 (status->tx_tstamp && in nl80211_frame_tx_status()
19111 status->tx_tstamp, NL80211_ATTR_PAD)) || in nl80211_frame_tx_status()