Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dmsix.h15 int msix_init_exclusive_bar(PCIDevice *dev, unsigned short nentries,
/openbmc/qemu/hw/pci-bridge/
H A Dgen_pcie_root_port.c53 rc = msix_init_exclusive_bar(d, GEN_PCIE_ROOT_PORT_MSIX_NR_VECTOR, 0, errp); in gen_rp_interrupts_init()
/openbmc/qemu/hw/pci/
H A Dmsix.c386 int msix_init_exclusive_bar(PCIDevice *dev, unsigned short nentries, in msix_init_exclusive_bar() function
/openbmc/qemu/hw/misc/
H A Divshmem.c735 if (msix_init_exclusive_bar(PCI_DEVICE(s), s->vectors, 1, errp)) { in ivshmem_setup_interrupts()
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c886 rc = msix_init_exclusive_bar(pci_dev, msix_num, 4, NULL); in ct3_realize()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c2079 int err = msix_init_exclusive_bar(&proxy->pci_dev, proxy->nvectors, in virtio_pci_device_plugged()
/openbmc/qemu/hw/nvme/
H A Dctrl.c8371 ret = msix_init_exclusive_bar(pci_dev, n->params.msix_qsize, 4, errp); in nvme_init_pci()