Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c10775 struct i40e_ring **next_rings; in i40e_vsi_alloc_arrays() local
10785 next_rings = vsi->tx_rings + vsi->alloc_queue_pairs; in i40e_vsi_alloc_arrays()
10787 vsi->xdp_rings = next_rings; in i40e_vsi_alloc_arrays()
10788 next_rings += vsi->alloc_queue_pairs; in i40e_vsi_alloc_arrays()
10790 vsi->rx_rings = next_rings; in i40e_vsi_alloc_arrays()