Searched refs:tph (Results 1 – 1 of 1) sorted by relevance
376 kern_packet_t tph; in kplo_sync_tx() local430 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()