Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dpcie_sriov.c28 const char *vfname, uint16_t vf_dev_id, in pcie_sriov_pf_init() argument
39 dev->exp.sriov_pf.vfname = g_strdup(vfname); 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()
189 dev->exp.sriov_pf.vfname, i); in register_vfs()
/qemu/include/hw/pci/
H A Dpcie_sriov.h21 const char *vfname; /* Reference to the device type used for the VFs */ member
31 const char *vfname, uint16_t vf_dev_id,