Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ptp.c240 dev->tstamp.tx_tstamp = ts->addr; in otx2_nix_timesync_enable()
344 if (*tstamp->tx_tstamp == 0) in otx2_nix_timesync_read_tx_timestamp()
347 ns = rte_timecounter_update(&dev->tx_tstamp_tc, *tstamp->tx_tstamp); in otx2_nix_timesync_read_tx_timestamp()
351 *tstamp->tx_tstamp, (uint64_t)timestamp->tv_sec, in otx2_nix_timesync_read_tx_timestamp()
354 *tstamp->tx_tstamp = 0; in otx2_nix_timesync_read_tx_timestamp()
H A Dotx2_rx.h51 uint64_t *tx_tstamp; member
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h659 struct rte_timecounter tx_tstamp; member
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c10561 uint64_t tx_tstamp; in i40e_read_tx_tstamp_cyclecounter() local
10563 tx_tstamp = (uint64_t)I40E_READ_REG(hw, I40E_PRTTSYN_TXTIME_L); in i40e_read_tx_tstamp_cyclecounter()
10564 tx_tstamp |= (uint64_t)I40E_READ_REG(hw, I40E_PRTTSYN_TXTIME_H) in i40e_read_tx_tstamp_cyclecounter()
10567 return tx_tstamp; in i40e_read_tx_tstamp_cyclecounter()