Searched refs:PCI_MSIX_ENTRY_VECTOR_CTRL (Results 1 – 5 of 5) sorted by relevance
335 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()
349 vector_off + PCI_MSIX_ENTRY_VECTOR_CTRL) in qpci_msix_masked()
62 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()
454 if (offset != PCI_MSIX_ENTRY_VECTOR_CTRL) { in pci_msix_write()470 + PCI_MSIX_ENTRY_VECTOR_CTRL; in pci_msix_write()
342 #define PCI_MSIX_ENTRY_VECTOR_CTRL 0xc /* Vector Control */ macro