Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c5654 struct i40e_vsi *uplink_vsi, in i40e_vsi_setup() argument
5666 uplink_vsi == NULL) { in i40e_vsi_setup()
5686 uplink_vsi->veb == NULL) { in i40e_vsi_setup()
5687 uplink_vsi->veb = i40e_veb_setup(pf, uplink_vsi); in i40e_vsi_setup()
5689 if (uplink_vsi->veb == NULL) { in i40e_vsi_setup()
5716 vsi->parent_vsi = uplink_vsi ? uplink_vsi : pf->main_vsi; in i40e_vsi_setup()
5888 if (uplink_vsi == NULL) in i40e_vsi_setup()
5891 vsi->uplink_seid = uplink_vsi->uplink_seid; in i40e_vsi_setup()
5934 vsi->uplink_seid = uplink_vsi->uplink_seid; in i40e_vsi_setup()
5967 vsi->uplink_seid = uplink_vsi->uplink_seid; in i40e_vsi_setup()
[all …]
H A Di40e_ethdev.h1334 struct i40e_vsi *uplink_vsi,