Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c1519 rx_ring->next_to_process = 0; in i40e_clean_rx_ring()
1571 rx_ring->next_to_process = 0; in i40e_setup_rx_descriptors()
1988 rx_buffer = i40e_rx_bi(rx_ring, rx_ring->next_to_process); in i40e_get_rx_buffer()
2065 if (next == rx_ring->next_to_process) in i40e_process_rx_buffs()
2370 u32 ntp = rx_ring->next_to_process + 1; in i40e_inc_ntp()
2373 rx_ring->next_to_process = ntp; in i40e_inc_ntp()
2422 rx_ring->next_to_clean = rx_ring->next_to_process; in i40e_consume_xdp_buff()
2455 u16 ntp = rx_ring->next_to_process; in i40e_clean_rx_irq()
2498 rx_ring->next_to_process; in i40e_clean_rx_irq()
2580 rx_ring->next_to_clean = rx_ring->next_to_process; in i40e_clean_rx_irq()
H A Di40e_txrx.h352 u16 next_to_process; member