Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_pci_vfio.c257 flags &= ~PCI_MSIX_FLAGS_ENABLE; in spapr_phb_vfio_eeh_clear_dev_msix()
/qemu/hw/xen/
H A Dxen_pt_config_init.c1478 if (reg_field & PCI_MSIX_FLAGS_ENABLE) { in xen_pt_msixctrl_reg_init()
1481 reg_field & ~PCI_MSIX_FLAGS_ENABLE); in xen_pt_msixctrl_reg_init()
1507 if ((*val & PCI_MSIX_FLAGS_ENABLE) in xen_pt_msixctrl_reg_write()
1510 } else if (!(*val & PCI_MSIX_FLAGS_ENABLE) && s->msix->enabled) { in xen_pt_msixctrl_reg_write()
1517 s->msix->enabled = !!(*val & PCI_MSIX_FLAGS_ENABLE); in xen_pt_msixctrl_reg_write()
H A Dxen_pt_msi.c318 return msi_msix_enable(s, s->msix->ctrl_offset, PCI_MSIX_FLAGS_ENABLE, in msix_set_enable()
/qemu/tests/qtest/libqos/
H A Dpci.c282 qpci_config_writew(dev, addr + PCI_MSIX_FLAGS, val | PCI_MSIX_FLAGS_ENABLE); in qpci_msix_enable()
311 val & ~PCI_MSIX_FLAGS_ENABLE); in qpci_msix_disable()
/qemu/hw/pci/
H A Dmsix.c34 #define MSIX_ENABLE_MASK (PCI_MSIX_FLAGS_ENABLE >> 8)
/qemu/include/standard-headers/linux/
H A Dpci_regs.h327 #define PCI_MSIX_FLAGS_ENABLE 0x8000 /* MSI-X enable */ macro