Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c571 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_ptp_clear_tx_tstamp()
598 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_ptp_clear_xsk_tx_tstamp_queue()
727 tstamp = &adapter->tx_tstamp[i]; in igc_ptp_tx_hang()
858 igc_ptp_tx_reg_to_stamp(adapter, &adapter->tx_tstamp[0], regval); in igc_ptp_tx_hwtstamp()
866 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_ptp_tx_hwtstamp()
1147 tstamp = &adapter->tx_tstamp[0]; in igc_ptp_init()
1153 tstamp = &adapter->tx_tstamp[1]; in igc_ptp_init()
1159 tstamp = &adapter->tx_tstamp[2]; in igc_ptp_init()
1165 tstamp = &adapter->tx_tstamp[3]; in igc_ptp_init()
H A Digc.h317 struct igc_tx_timestamp_request tx_tstamp[IGC_MAX_TX_TSTAMP_REGS]; member
H A Digc_main.c1551 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_request_tx_tstamp()
2933 tstamp = &adapter->tx_tstamp[i]; in igc_xsk_request_timestamp()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl_ptp.c551 struct idpf_ptp_tx_tstamp *tx_tstamp, *tmp; in idpf_ptp_get_tx_tstamp_async_handler() local
591 list_for_each_entry_safe(tx_tstamp, tmp, head, list_member) { in idpf_ptp_get_tx_tstamp_async_handler()
592 if (tstamp_latch.index == tx_tstamp->idx) { in idpf_ptp_get_tx_tstamp_async_handler()
593 list_del(&tx_tstamp->list_member); in idpf_ptp_get_tx_tstamp_async_handler()
596 tx_tstamp); in idpf_ptp_get_tx_tstamp_async_handler()
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h172 bool tx_tstamp; /* Tx timestamping enabled */ member
H A Ddpaa_eth.c1733 if (ts && priv->tx_tstamp && in dpaa_cleanup_tx_fd()
2191 if (priv->tx_tstamp) { in dpaa_a050385_wa_skb()
2370 if (priv->tx_tstamp && skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) { in dpaa_start_xmit()
3096 config->tx_type = priv->tx_tstamp ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in dpaa_hwtstamp_get()
3114 priv->tx_tstamp = false; in dpaa_hwtstamp_set()
3118 priv->tx_tstamp = true; in dpaa_hwtstamp_set()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h1169 u64 tx_tstamp; member
H A Dxgbe-drv.c481 pdata->tx_tstamp = in xgbe_isr_bh_work()
/linux/net/ipv4/
H A Dtcp_input.c1813 u64 tx_tstamp; in tcp_rate_skb_delivered() local
1818 tx_tstamp = tcp_skb_timestamp_us(skb); in tcp_rate_skb_delivered()
1820 tcp_skb_sent_after(tx_tstamp, tp->first_tx_mstamp, in tcp_rate_skb_delivered()
1830 tp->first_tx_mstamp = tx_tstamp; in tcp_rate_skb_delivered()
/linux/net/wireless/
H A Dnl80211.c21475 (status->tx_tstamp && in nl80211_frame_tx_status()
21477 status->tx_tstamp, NL80211_ATTR_PAD)) || in nl80211_frame_tx_status()