Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpcie.h96 int pcie_endpoint_cap_v1_init(PCIDevice *dev, uint8_t offset);
/openbmc/qemu/hw/pci-host/
H A Dxilinx-pcie.c285 if (pcie_endpoint_cap_v1_init(pci_dev, 0x80) < 0) { in xilinx_pcie_root_realize()
/openbmc/qemu/hw/net/
H A De1000e.c465 if (pcie_endpoint_cap_v1_init(pci_dev, e1000e_pcie_offset) < 0) { in e1000e_pci_realize()
/openbmc/qemu/hw/pci/
H A Dpcie.c313 int pcie_endpoint_cap_v1_init(PCIDevice *dev, uint8_t offset) in pcie_endpoint_cap_v1_init() function