Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_sriov.c49 efx_vport_config_t *vport_config; in sfc_sriov_attach() local
59 vport_config = calloc(sriov->num_vfs + 1, sizeof(*vport_config)); in sfc_sriov_attach()
60 if (vport_config == NULL) { in sfc_sriov_attach()
65 vport_config[0].evc_function = 0xffff; in sfc_sriov_attach()
70 vport_config[i].evc_function = i - 1; in sfc_sriov_attach()
76 vport_config[i].evc_mac_addr)); in sfc_sriov_attach()
79 sriov->vport_config = vport_config; in sfc_sriov_attach()
97 free(sriov->vport_config); in sfc_sriov_detach()
98 sriov->vport_config = NULL; in sfc_sriov_detach()
108 efx_vport_config_t *vport_config = sriov->vport_config; in sfc_sriov_vswitch_create() local
[all …]
H A Dsfc_sriov.h23 efx_vport_config_t *vport_config; member