Home
last modified time | relevance | path

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

/openbmc/qemu/docs/
H A Dpcie_sriov.txt49 int ret = pcie_endpoint_cap_init(d, 0x70);
79 int ret = pcie_endpoint_cap_init(d, 0x60);
/openbmc/qemu/hw/cxl/
H A Dswitch-mailbox-cci.c40 pcie_endpoint_cap_init(pci_dev, 0x80); in cswbcci_realize()
/openbmc/qemu/include/hw/pci/
H A Dpcie.h94 int pcie_endpoint_cap_init(PCIDevice *dev, uint8_t offset);
/openbmc/qemu/hw/riscv/
H A Driscv-iommu-pci.c101 pcie_endpoint_cap_init(dev, 0); in riscv_iommu_pci_realize()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci-pci.c153 ret = pcie_endpoint_cap_init(dev, 0xa0); in usb_xhci_pci_realize()
/openbmc/qemu/hw/net/
H A Digbvf.c269 if (pcie_endpoint_cap_init(dev, 0xa0) < 0) { in igbvf_pci_realize()
H A Digb.c425 assert(pcie_endpoint_cap_init(pci_dev, 0xa0) > 0); in igb_pci_realize()
H A Dvmxnet3.c2239 pcie_endpoint_cap_init(pci_dev, VMXNET3_EXP_EP_OFFSET); in vmxnet3_pci_realize()
/openbmc/qemu/hw/display/
H A Dbochs-display.c305 ret = pcie_endpoint_cap_init(dev, 0x80); in bochs_display_realize()
/openbmc/qemu/hw/pci/
H A Dpcie.c308 int pcie_endpoint_cap_init(PCIDevice *dev, uint8_t offset) in pcie_endpoint_cap_init() function
/openbmc/qemu/hw/scsi/
H A Dvmw_pvscsi.c1184 pcie_endpoint_cap_init(pci_dev, PVSCSI_EXP_EP_OFFSET); in pvscsi_realizefn()
H A Dmegasas.c2395 pcie_endpoint_cap_init(dev, 0xa0); in megasas_scsi_realize()
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c858 pcie_endpoint_cap_init(pci_dev, 0x80); in ct3_realize()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c2204 pos = pcie_endpoint_cap_init(pci_dev, 0); in virtio_pci_realize()
/openbmc/qemu/hw/nvme/
H A Dctrl.c8566 pcie_endpoint_cap_init(pci_dev, 0x80); in nvme_init_pci()