Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dif_headless.c763 kern_channel_slot_t last_rx_slot = NULL; in headless_nx_sync_rx() local
818 last_rx_slot = rx_slot; in headless_nx_sync_rx()
822 if (last_rx_slot != NULL) { in headless_nx_sync_rx()
823 kern_channel_advance_slot(rx_ring, last_rx_slot); in headless_nx_sync_rx()
H A Dif_fake.c1253 kern_channel_slot_t rx_slot = NULL, last_rx_slot = NULL; in feth_rx_submit() local
1308 last_rx_slot = rx_slot; in feth_rx_submit()
1312 if (last_rx_slot != NULL) { in feth_rx_submit()
1313 kern_channel_advance_slot(rx_ring, last_rx_slot); in feth_rx_submit()