Searched refs:next_to_process (Results 1 – 3 of 3) sorted by relevance
435 u16 next_to_process = rx_ring->next_to_process; in i40e_clean_rx_irq_zc() local444 if (next_to_process != next_to_clean) in i40e_clean_rx_irq_zc()460 rx_desc = I40E_RX_DESC(rx_ring, next_to_process); in i40e_clean_rx_irq_zc()473 bi = *i40e_rx_bi(rx_ring, next_to_process); in i40e_clean_rx_irq_zc()475 if (++next_to_process == count) in i40e_clean_rx_irq_zc()476 next_to_process = 0; in i40e_clean_rx_irq_zc()485 bi = *i40e_rx_bi(rx_ring, next_to_process); in i40e_clean_rx_irq_zc()494 if (++next_to_process == count) in i40e_clean_rx_irq_zc()495 next_to_process = 0; in i40e_clean_rx_irq_zc()503 next_to_clean = next_to_process; in i40e_clean_rx_irq_zc()[all …]
1523 rx_ring->next_to_process = 0; in i40e_clean_rx_ring()1575 rx_ring->next_to_process = 0; in i40e_setup_rx_descriptors()2036 rx_buffer = i40e_rx_bi(rx_ring, rx_ring->next_to_process); in i40e_get_rx_buffer()2113 if (next == rx_ring->next_to_process) in i40e_process_rx_buffs()2420 u32 ntp = rx_ring->next_to_process + 1; in i40e_inc_ntp()2423 rx_ring->next_to_process = ntp; in i40e_inc_ntp()2472 rx_ring->next_to_clean = rx_ring->next_to_process; in i40e_consume_xdp_buff()2505 u16 ntp = rx_ring->next_to_process; in i40e_clean_rx_irq()2548 rx_ring->next_to_process; in i40e_clean_rx_irq()2631 rx_ring->next_to_clean = rx_ring->next_to_process; in i40e_clean_rx_irq()
352 u16 next_to_process; member