Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci.c337 off + PCI_MSIX_ENTRY_VECTOR_CTRL); in qvirtqueue_pci_msix_setup()
339 off + PCI_MSIX_ENTRY_VECTOR_CTRL, in qvirtqueue_pci_msix_setup()
370 off + PCI_MSIX_ENTRY_VECTOR_CTRL); in qvirtio_pci_set_msix_configuration_vector()
372 off + PCI_MSIX_ENTRY_VECTOR_CTRL, in qvirtio_pci_set_msix_configuration_vector()
H A Dpci.c351 vector_off + PCI_MSIX_ENTRY_VECTOR_CTRL) in qpci_msix_masked()
/openbmc/qemu/hw/pci/
H A Dmsix.c61 table_entry[PCI_MSIX_ENTRY_VECTOR_CTRL] &= ~PCI_MSIX_ENTRY_CTRL_MASKBIT; in msix_set_message()
98 return fmask || dev->msix_table[offset + PCI_MSIX_ENTRY_VECTOR_CTRL] & in msix_vector_masked()
155 offset = vector * PCI_MSIX_ENTRY_SIZE + PCI_MSIX_ENTRY_VECTOR_CTRL; in msix_set_mask()
284 vector * PCI_MSIX_ENTRY_SIZE + PCI_MSIX_ENTRY_VECTOR_CTRL; in msix_mask_all()
/openbmc/linux/drivers/pci/msi/
H A Dmsi.h40 writel(ctrl, desc_addr + PCI_MSIX_ENTRY_VECTOR_CTRL); in pci_msix_write_vector_ctrl()
H A Dmsi.c609 desc->pci.msix_ctrl = readl(addr + PCI_MSIX_ENTRY_VECTOR_CTRL); in msix_prepare_msi_desc()
657 writel(ctrl, base + PCI_MSIX_ENTRY_VECTOR_CTRL); in msix_mask_all()
/openbmc/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()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h341 #define PCI_MSIX_ENTRY_VECTOR_CTRL 0xc /* Vector Control */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h342 #define PCI_MSIX_ENTRY_VECTOR_CTRL 0xc /* Vector Control */ macro
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.c1039 PCI_MSIX_ENTRY_VECTOR_CTRL; in alx_mask_msix()