Searched refs:last_rx_slot (Results 1 – 3 of 3) sorted by relevance
706 kern_channel_slot_t rx_slot = NULL, last_rx_slot = NULL; in redirect_rx_cb() local726 rx_slot = kern_channel_get_next_slot(rx_ring, last_rx_slot, NULL); in redirect_rx_cb()746 last_rx_slot = rx_slot; in redirect_rx_cb()749 if (last_rx_slot != NULL) { in redirect_rx_cb()750 kern_channel_advance_slot(rx_ring, last_rx_slot); in redirect_rx_cb()754 if (last_rx_slot != NULL) { in redirect_rx_cb()
763 kern_channel_slot_t last_rx_slot = NULL; in headless_nx_sync_rx() local818 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()
1304 kern_channel_slot_t rx_slot = NULL, last_rx_slot = NULL; in feth_rx_submit() local1359 last_rx_slot = rx_slot; in feth_rx_submit()1363 if (last_rx_slot != NULL) { in feth_rx_submit()1364 kern_channel_advance_slot(rx_ring, last_rx_slot); in feth_rx_submit()