Searched refs:last_rx_slot (Results 1 – 2 of 2) sorted by relevance
768 kern_channel_slot_t last_rx_slot = NULL; in headless_nx_sync_rx() local823 last_rx_slot = rx_slot; in headless_nx_sync_rx()827 if (last_rx_slot != NULL) { in headless_nx_sync_rx()828 kern_channel_advance_slot(rx_ring, last_rx_slot); in headless_nx_sync_rx()
1124 kern_channel_slot_t rx_slot = NULL, last_rx_slot = NULL; in feth_rx_submit() local1178 last_rx_slot = rx_slot; in feth_rx_submit()1182 if (last_rx_slot != NULL) { in feth_rx_submit()1183 kern_channel_advance_slot(rx_ring, last_rx_slot); in feth_rx_submit()