Home
last modified time | relevance | path

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

/qemu/hw/vfio/
H A Dpci.c1453 size_t msix_sz; in vfio_pci_relocate_msix() local
1460 msix_sz = (vdev->msix->entries * PCI_MSIX_ENTRY_SIZE) + in vfio_pci_relocate_msix()
1463 msix_sz = REAL_HOST_PAGE_ALIGN(msix_sz); in vfio_pci_relocate_msix()
1465 msix_sz = pow2ceil(msix_sz); in vfio_pci_relocate_msix()
1520 vdev->bars[target_bar].size = msix_sz; in vfio_pci_relocate_msix()
1524 msix_sz * 2); in vfio_pci_relocate_msix()