Lines Matching refs:next_to_process
409 u16 next_to_process = rx_ring->next_to_process; in i40e_clean_rx_irq_zc() local
418 if (next_to_process != next_to_clean) in i40e_clean_rx_irq_zc()
434 rx_desc = I40E_RX_DESC(rx_ring, next_to_process); in i40e_clean_rx_irq_zc()
447 bi = *i40e_rx_bi(rx_ring, next_to_process); in i40e_clean_rx_irq_zc()
449 if (++next_to_process == count) in i40e_clean_rx_irq_zc()
450 next_to_process = 0; in i40e_clean_rx_irq_zc()
458 bi = *i40e_rx_bi(rx_ring, next_to_process); in i40e_clean_rx_irq_zc()
469 if (++next_to_process == count) in i40e_clean_rx_irq_zc()
470 next_to_process = 0; in i40e_clean_rx_irq_zc()
478 next_to_clean = next_to_process; in i40e_clean_rx_irq_zc()
488 rx_ring->next_to_process = next_to_process; in i40e_clean_rx_irq_zc()