Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c376 kern_packet_t tph; in kplo_sync_tx() local
430 tph = kern_channel_slot_get_packet(ring, ts); in kplo_sync_tx()
431 VERIFY(tph != 0); in kplo_sync_tx()
432 VERIFY(kern_channel_slot_detach_packet(txkring, ts, tph) == 0); in kplo_sync_tx()
433 VERIFY(kern_packet_finalize(tph) == 0); in kplo_sync_tx()
434 VERIFY(kern_channel_slot_attach_packet(rxkring, rs, tph) == 0); in kplo_sync_tx()