Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/net/ethernet/intel/igc/
Digc_ptp.c566 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_ptp_clear_tx_tstamp()
688 tstamp = &adapter->tx_tstamp[i]; in igc_ptp_tx_hang()
801 igc_ptp_tx_reg_to_stamp(adapter, &adapter->tx_tstamp[0], regval); in igc_ptp_tx_hwtstamp()
809 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_ptp_tx_hwtstamp()
1052 tstamp = &adapter->tx_tstamp[0]; in igc_ptp_init()
1058 tstamp = &adapter->tx_tstamp[1]; in igc_ptp_init()
1064 tstamp = &adapter->tx_tstamp[2]; in igc_ptp_init()
1070 tstamp = &adapter->tx_tstamp[3]; in igc_ptp_init()
Digc.h259 struct igc_tx_timestamp_request tx_tstamp[IGC_MAX_TX_TSTAMP_REGS]; member
Digc_main.c1552 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_request_tx_tstamp()
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.h176 bool tx_tstamp; /* Tx timestamping enabled */ member
Ddpaa_eth.c1722 if (ts && priv->tx_tstamp && in dpaa_cleanup_tx_fd()
2174 if (priv->tx_tstamp) { in dpaa_a050385_wa_skb()
2346 if (priv->tx_tstamp && skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) { in dpaa_start_xmit()
3080 priv->tx_tstamp = false; in dpaa_ts_ioctl()
3084 priv->tx_tstamp = true; in dpaa_ts_ioctl()
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe.h1231 u64 tx_tstamp; member
Dxgbe-drv.c559 pdata->tx_tstamp = in xgbe_isr_task()
1480 if (pdata->tx_tstamp) { in xgbe_tx_tstamp()
1482 pdata->tx_tstamp); in xgbe_tx_tstamp()
/Linux-v6.6/net/mac80211/
Dstatus.c657 status.tx_tstamp = in ieee80211_report_ack_skb()
/Linux-v6.6/include/net/
Dcfg80211.h8230 u64 tx_tstamp; member
/Linux-v6.6/net/wireless/
Dnl80211.c18935 (status->tx_tstamp && in nl80211_frame_tx_status()
18937 status->tx_tstamp, NL80211_ATTR_PAD)) || in nl80211_frame_tx_status()