Searched refs:tx_tsync (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 800 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 os_atomic_store(tx_tsync, txkring->ckr_sync_time, release); 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 = os_atomic_add_orig(tx_tsync, 0, relaxed); in nx_upipe_na_rxsync()
|