Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/skywalk/
H A Dskt_fullupipe.c76 channel_ring_t txring0, rxring1; in skt_fullupipe_main() local
91 txring0 = os_channel_tx_ring(channel0, os_channel_ring_id(channel0, CHANNEL_FIRST_TX_RING)); in skt_fullupipe_main()
92 assert(txring0); in skt_fullupipe_main()
97 txavail0 = os_channel_available_slot_count(txring0); in skt_fullupipe_main()
102 txslot0 = os_channel_get_next_slot(txring0, txslot0, &props); 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()
118 txavail0 = os_channel_available_slot_count(txring0); in skt_fullupipe_main()
131 txavail0 = os_channel_available_slot_count(txring0); in skt_fullupipe_main()
[all …]