Searched refs:txslot0 (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/tests/skywalk/ |
| H A D | skt_fullupipe.c | 77 channel_slot_t txslot0, rxslot1; in skt_fullupipe_main() local 99 txslot0 = NULL; in skt_fullupipe_main() 102 txslot0 = os_channel_get_next_slot(txring0, txslot0, &props); in skt_fullupipe_main() 103 assert(txslot0); in skt_fullupipe_main() 104 os_channel_set_slot_properties(txring0, txslot0, &props); in skt_fullupipe_main() 106 assert(!os_channel_get_next_slot(txring0, txslot0, NULL)); in skt_fullupipe_main() 114 error = os_channel_advance_slot(txring0, txslot0); in skt_fullupipe_main() 151 txslot0 = NULL; in skt_fullupipe_main() 154 txslot0 = os_channel_get_next_slot(txring0, txslot0, &props); in skt_fullupipe_main() 155 assert(txslot0); in skt_fullupipe_main() [all …]
|