Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpci.c2734 int has_func = !!PCI_FUNC(d->devfn); in pcibus_get_dev_path()
2739 has_func ? "," : "", in pcibus_get_dev_path()
2740 has_func, in pcibus_get_dev_path()
2719 int has_func = !!PCI_FUNC(d->devfn); pcibus_get_fw_dev_path() local