Searched refs:PCI_MSIX_FLAGS_ENABLE (Results 1 – 6 of 6) sorted by relevance
257 flags &= ~PCI_MSIX_FLAGS_ENABLE; in spapr_phb_vfio_eeh_clear_dev_msix()
1478 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()
318 return msi_msix_enable(s, s->msix->ctrl_offset, PCI_MSIX_FLAGS_ENABLE, in msix_set_enable()
282 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()
34 #define MSIX_ENABLE_MASK (PCI_MSIX_FLAGS_ENABLE >> 8)
327 #define PCI_MSIX_FLAGS_ENABLE 0x8000 /* MSI-X enable */ macro