Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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,
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py2412 vfname = 'missing_function_name' variable in FTraceCallGraph
2479 vline.name = self.vfname
2505 vline.name = self.vfname
2562 if self.list[0].name == self.vfname:
2639 if cl.name == self.vfname: