Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c799 volatile uint64_t *tx_tsync, *tx_tnote, *rx_tsync; in nx_upipe_na_txsync() local
830 rx_tsync = __DECONST(uint64_t *, &rxkring->ckr_sync_time); in nx_upipe_na_txsync()
832 *tx_tnote = os_atomic_add_orig(rx_tsync, 0, relaxed); in nx_upipe_na_txsync()
989 volatile uint64_t *rx_tsync, *rx_tnote, *tx_tsync; in nx_upipe_na_rxsync() local
1043 rx_tsync = __DECONST(uint64_t *, &rxkring->ckr_ring->ring_sync_time); in nx_upipe_na_rxsync()
1044 os_atomic_store(rx_tsync, rxkring->ckr_sync_time, release); in nx_upipe_na_rxsync()