Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/i40e/
A Di40e_xsk.c409 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()
[all …]
A Di40e_txrx.c1520 rx_ring->next_to_process = 0; in i40e_clean_rx_ring()
1572 rx_ring->next_to_process = 0; in i40e_setup_rx_descriptors()
1989 rx_buffer = i40e_rx_bi(rx_ring, rx_ring->next_to_process); in i40e_get_rx_buffer()
2066 if (next == rx_ring->next_to_process) in i40e_process_rx_buffs()
2371 u32 ntp = rx_ring->next_to_process + 1; in i40e_inc_ntp()
2374 rx_ring->next_to_process = ntp; in i40e_inc_ntp()
2423 rx_ring->next_to_clean = rx_ring->next_to_process; in i40e_consume_xdp_buff()
2456 u16 ntp = rx_ring->next_to_process; in i40e_clean_rx_irq()
2499 rx_ring->next_to_process; in i40e_clean_rx_irq()
2581 rx_ring->next_to_clean = rx_ring->next_to_process; in i40e_clean_rx_irq()
A Di40e_txrx.h353 u16 next_to_process; member

Completed in 18 milliseconds