Searched refs:tx_tstamp (Results 1 – 4 of 4) sorted by relevance
240 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()
51 uint64_t *tx_tstamp; member
659 struct rte_timecounter tx_tstamp; member
10561 uint64_t tx_tstamp; in i40e_read_tx_tstamp_cyclecounter() local10563 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()