Searched refs:tx_tsync (Results 1 – 1 of 1) sorted by relevance
803 volatile uint64_t *tx_tsync, *tx_tnote, *rx_tsync; in nx_upipe_na_txsync() local827 tx_tsync = __DECONST(uint64_t *, &txkring->ckr_ring->ring_sync_time); in nx_upipe_na_txsync()828 atomic_set_64(tx_tsync, txkring->ckr_sync_time); in nx_upipe_na_txsync()993 volatile uint64_t *rx_tsync, *rx_tnote, *tx_tsync; in nx_upipe_na_rxsync() local1054 tx_tsync = __DECONST(uint64_t *, &txkring->ckr_sync_time); in nx_upipe_na_rxsync()1056 *rx_tnote = atomic_add_64_ov(tx_tsync, 0); in nx_upipe_na_rxsync()