Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A 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()
H A Digc.h259 struct igc_tx_timestamp_request tx_tstamp[IGC_MAX_TX_TSTAMP_REGS]; member
H A Digc_main.c1553 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_request_tx_tstamp()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h176 bool tx_tstamp; /* Tx timestamping enabled */ member
H A Ddpaa_eth.c1730 if (ts && priv->tx_tstamp && in dpaa_cleanup_tx_fd()
2182 if (priv->tx_tstamp) { in dpaa_a050385_wa_skb()
2361 if (priv->tx_tstamp && skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) { in dpaa_start_xmit()
3095 priv->tx_tstamp = false; in dpaa_ts_ioctl()
3099 priv->tx_tstamp = true; in dpaa_ts_ioctl()
/openbmc/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_task()
1494 if (pdata->tx_tstamp) { in xgbe_tx_tstamp()
1496 pdata->tx_tstamp); in xgbe_tx_tstamp()
/openbmc/linux/net/mac80211/
H A Dstatus.c657 status.tx_tstamp = in ieee80211_report_ack_skb()
/openbmc/linux/include/net/
H A Dcfg80211.h8253 u64 tx_tstamp; member
/openbmc/linux/net/wireless/
H A Dnl80211.c18997 (status->tx_tstamp && in nl80211_frame_tx_status()
18999 status->tx_tstamp, NL80211_ATTR_PAD)) || in nl80211_frame_tx_status()