Searched refs:sriov_pf (Results 1 – 2 of 2) sorted by relevance
38 dev->exp.sriov_pf.num_vfs = 0; in pcie_sriov_pf_init()39 dev->exp.sriov_pf.vfname = g_strdup(vfname); in pcie_sriov_pf_init()40 dev->exp.sriov_pf.vf = NULL; in pcie_sriov_pf_init()77 g_free((char *)dev->exp.sriov_pf.vfname); in pcie_sriov_pf_exit()78 dev->exp.sriov_pf.vfname = NULL; in pcie_sriov_pf_exit()105 dev->exp.sriov_pf.vf_bar_type[region_num] = type; in pcie_sriov_pf_init_vf_bar()119 type = dev->exp.sriov_vf.pf->exp.sriov_pf.vf_bar_type[region_num]; in pcie_sriov_vf_register_bar()183 dev->exp.sriov_pf.vf = g_new(PCIDevice *, num_vfs); in register_vfs()188 dev->exp.sriov_pf.vf[i] = register_vf(dev, devfn, in register_vfs()189 dev->exp.sriov_pf.vfname, i); in register_vfs()[all …]
83 PCIESriovPF sriov_pf; member