Home
last modified time | relevance | path

Searched refs:next_rings (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c10784 struct i40e_ring **next_rings; in i40e_vsi_alloc_arrays() local
10794 next_rings = vsi->tx_rings + vsi->alloc_queue_pairs; in i40e_vsi_alloc_arrays()
10796 vsi->xdp_rings = next_rings; in i40e_vsi_alloc_arrays()
10797 next_rings += vsi->alloc_queue_pairs; in i40e_vsi_alloc_arrays()
10799 vsi->rx_rings = next_rings; in i40e_vsi_alloc_arrays()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c11421 struct i40e_ring **next_rings; in i40e_vsi_alloc_arrays() local
11431 next_rings = vsi->tx_rings + vsi->alloc_queue_pairs; in i40e_vsi_alloc_arrays()
11433 vsi->xdp_rings = next_rings; in i40e_vsi_alloc_arrays()
11434 next_rings += vsi->alloc_queue_pairs; in i40e_vsi_alloc_arrays()
11436 vsi->rx_rings = next_rings; in i40e_vsi_alloc_arrays()

Completed in 34 milliseconds