Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c800 volatile uint64_t *tx_tsync, *tx_tnote, *rx_tsync; in nx_upipe_na_txsync() local
824 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() local
1051 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()