Searched refs:tx_tsync (Results 1 – 1 of 1) sorted by relevance
800 volatile uint64_t *tx_tsync, *tx_tnote, *rx_tsync; in nx_upipe_na_txsync() local824 tx_tsync = __DECONST(uint64_t *, &txkring->ckr_ring->ring_sync_time); in nx_upipe_na_txsync()825 atomic_set_64(tx_tsync, txkring->ckr_sync_time); in nx_upipe_na_txsync()990 volatile uint64_t *rx_tsync, *rx_tnote, *tx_tsync; in nx_upipe_na_rxsync() local1051 tx_tsync = __DECONST(uint64_t *, &txkring->ckr_sync_time); in nx_upipe_na_rxsync()1053 *rx_tnote = atomic_add_64_ov(tx_tsync, 0); in nx_upipe_na_rxsync()