Searched refs:next_rings (Results 1 – 1 of 1) sorted by relevance
11458 struct i40e_ring **next_rings; in i40e_vsi_alloc_arrays() local11468 next_rings = vsi->tx_rings + vsi->alloc_queue_pairs; in i40e_vsi_alloc_arrays()11470 vsi->xdp_rings = next_rings; in i40e_vsi_alloc_arrays()11471 next_rings += vsi->alloc_queue_pairs; in i40e_vsi_alloc_arrays()11473 vsi->rx_rings = next_rings; in i40e_vsi_alloc_arrays()