Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A Dpci.c287 dev->msix_table_off = table & ~PCI_MSIX_FLAGS_BIRMASK; in qpci_msix_enable()
319 dev->msix_table_off = 0; in qpci_msix_disable()
340 uint64_t vector_off = dev->msix_table_off + entry * PCI_MSIX_ENTRY_SIZE; in qpci_msix_masked()
H A Dvirtio-pci.c321 off = d->pdev->msix_table_off + (entry * 16); in qvirtqueue_pci_msix_setup()
352 off = d->pdev->msix_table_off + (entry * 16); in qvirtio_pci_set_msix_configuration_vector()
H A Dpci.h70 uint64_t msix_table_off, msix_pba_off; member