Searched refs:vfio_add_emulated_long (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 1895 static void vfio_add_emulated_long(VFIOPCIDevice *vdev, int pos, in vfio_add_emulated_long() function 2041 vfio_add_emulated_long(vdev, pos + PCI_EXP_LNKCAP, 0, ~0); in vfio_setup_pcie_cap() 2053 vfio_add_emulated_long(vdev, pos + PCI_EXP_LNKCAP2, 0, ~0); in vfio_setup_pcie_cap() 2076 vfio_add_emulated_long(vdev, pos + PCI_EXP_LNKCAP, in vfio_setup_pcie_cap() 2284 vfio_add_emulated_long(vdev, pos + PCI_REBAR_CAP + (i * 8), cap, ~0); in vfio_setup_rebar_ecap() 2285 vfio_add_emulated_long(vdev, pos + PCI_REBAR_CTRL + (i * 8), ctrl, ~0); in vfio_setup_rebar_ecap()
|