Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A Dvirtio-pci.c335 off + PCI_MSIX_ENTRY_VECTOR_CTRL); in qvirtqueue_pci_msix_setup()
337 off + PCI_MSIX_ENTRY_VECTOR_CTRL, in qvirtqueue_pci_msix_setup()
368 off + PCI_MSIX_ENTRY_VECTOR_CTRL); in qvirtio_pci_set_msix_configuration_vector()
370 off + PCI_MSIX_ENTRY_VECTOR_CTRL, in qvirtio_pci_set_msix_configuration_vector()
H A Dpci.c349 vector_off + PCI_MSIX_ENTRY_VECTOR_CTRL) in qpci_msix_masked()
/qemu/hw/pci/
H A Dmsix.c62 table_entry[PCI_MSIX_ENTRY_VECTOR_CTRL] &= ~PCI_MSIX_ENTRY_CTRL_MASKBIT; in msix_set_message()
99 return fmask || dev->msix_table[offset + PCI_MSIX_ENTRY_VECTOR_CTRL] & in msix_vector_masked()
156 offset = vector * PCI_MSIX_ENTRY_SIZE + PCI_MSIX_ENTRY_VECTOR_CTRL; in msix_set_mask()
293 vector * PCI_MSIX_ENTRY_SIZE + PCI_MSIX_ENTRY_VECTOR_CTRL; in msix_mask_all()
/qemu/hw/xen/
H A Dxen_pt_msi.c454 if (offset != PCI_MSIX_ENTRY_VECTOR_CTRL) { in pci_msix_write()
470 + PCI_MSIX_ENTRY_VECTOR_CTRL; in pci_msix_write()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h342 #define PCI_MSIX_ENTRY_VECTOR_CTRL 0xc /* Vector Control */ macro