Searched refs:pcie_endpoint_cap_init (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/docs/ |
H A D | pcie_sriov.txt | 49 int ret = pcie_endpoint_cap_init(d, 0x70); 79 int ret = pcie_endpoint_cap_init(d, 0x60);
|
/openbmc/qemu/hw/cxl/ |
H A D | switch-mailbox-cci.c | 40 pcie_endpoint_cap_init(pci_dev, 0x80); in cswbcci_realize()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pcie.h | 94 int pcie_endpoint_cap_init(PCIDevice *dev, uint8_t offset);
|
/openbmc/qemu/hw/riscv/ |
H A D | riscv-iommu-pci.c | 101 pcie_endpoint_cap_init(dev, 0); in riscv_iommu_pci_realize()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci-pci.c | 153 ret = pcie_endpoint_cap_init(dev, 0xa0); in usb_xhci_pci_realize()
|
/openbmc/qemu/hw/net/ |
H A D | igbvf.c | 269 if (pcie_endpoint_cap_init(dev, 0xa0) < 0) { in igbvf_pci_realize()
|
H A D | igb.c | 425 assert(pcie_endpoint_cap_init(pci_dev, 0xa0) > 0); in igb_pci_realize()
|
H A D | vmxnet3.c | 2239 pcie_endpoint_cap_init(pci_dev, VMXNET3_EXP_EP_OFFSET); in vmxnet3_pci_realize()
|
/openbmc/qemu/hw/display/ |
H A D | bochs-display.c | 305 ret = pcie_endpoint_cap_init(dev, 0x80); in bochs_display_realize()
|
/openbmc/qemu/hw/pci/ |
H A D | pcie.c | 308 int pcie_endpoint_cap_init(PCIDevice *dev, uint8_t offset) in pcie_endpoint_cap_init() function
|
/openbmc/qemu/hw/scsi/ |
H A D | vmw_pvscsi.c | 1184 pcie_endpoint_cap_init(pci_dev, PVSCSI_EXP_EP_OFFSET); in pvscsi_realizefn()
|
H A D | megasas.c | 2395 pcie_endpoint_cap_init(dev, 0xa0); in megasas_scsi_realize()
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3.c | 858 pcie_endpoint_cap_init(pci_dev, 0x80); in ct3_realize()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 2204 pos = pcie_endpoint_cap_init(pci_dev, 0); in virtio_pci_realize()
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 8566 pcie_endpoint_cap_init(pci_dev, 0x80); in nvme_init_pci()
|