Searched refs:last_rx_slot (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skt_filter.c | 209 channel_slot_t rx_slot, last_rx_slot = NULL; in get_packet() local 218 rx_slot = os_channel_get_next_slot(rx_ring, last_rx_slot, &prop); in get_packet() 236 last_rx_slot = rx_slot; in get_packet() 237 error = os_channel_advance_slot(rx_ring, last_rx_slot); in get_packet()
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | if_redirect.c | 752 kern_channel_slot_t rx_slot = NULL, last_rx_slot = NULL; in redirect_rx_cb() local 776 rx_slot = kern_channel_get_next_slot(rx_ring, last_rx_slot, NULL); in redirect_rx_cb() 796 last_rx_slot = rx_slot; in redirect_rx_cb() 800 if (last_rx_slot != NULL) { in redirect_rx_cb() 801 kern_channel_advance_slot(rx_ring, last_rx_slot); in redirect_rx_cb() 805 if (last_rx_slot != NULL) { in redirect_rx_cb()
|
| H A D | if_headless.c | 765 kern_channel_slot_t last_rx_slot = NULL; in headless_nx_sync_rx() local 822 last_rx_slot = rx_slot; in headless_nx_sync_rx() 826 if (last_rx_slot != NULL) { in headless_nx_sync_rx() 827 kern_channel_advance_slot(rx_ring, last_rx_slot); in headless_nx_sync_rx()
|
| H A D | if_fake.c | 1476 kern_channel_slot_t rx_slot = NULL, last_rx_slot = NULL; in feth_rx_submit() local 1531 last_rx_slot = rx_slot; in feth_rx_submit() 1535 if (last_rx_slot != NULL) { in feth_rx_submit() 1536 kern_channel_advance_slot(rx_ring, last_rx_slot); in feth_rx_submit()
|