Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_headless.c767 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 Dif_fake.c1254 kern_channel_slot_t rx_slot = NULL, last_rx_slot = NULL; in feth_rx_submit() local
1309 last_rx_slot = rx_slot; in feth_rx_submit()
1313 if (last_rx_slot != NULL) { in feth_rx_submit()
1314 kern_channel_advance_slot(rx_ring, last_rx_slot); in feth_rx_submit()