Searched refs:PCI_MSIX_FLAGS_ENABLE (Results 1 – 9 of 9) sorted by relevance
201 .enable_bit = PCI_MSIX_FLAGS_ENABLE,202 .allowed_bits = PCI_MSIX_FLAGS_ENABLE | PCI_MSIX_FLAGS_MASKALL,
310 if (val & PCI_MSIX_FLAGS_ENABLE) in xen_pcibk_get_interrupt_type()
286 if (!(ctrl & PCI_MSIX_FLAGS_ENABLE)) in amdgpu_restore_msix()290 ctrl &= ~PCI_MSIX_FLAGS_ENABLE; in amdgpu_restore_msix()292 ctrl |= PCI_MSIX_FLAGS_ENABLE; in amdgpu_restore_msix()
287 if (!(val & PCI_MSIX_FLAGS_ENABLE)) in cdns_pcie_ep_get_msix()509 if (!(flags & PCI_MSIX_FLAGS_ENABLE)) in cdns_pcie_ep_send_msix_irq()
237 case PCI_MSIX_FLAGS_ENABLE: in uml_vfio_update_msix_cap()
335 #define PCI_MSIX_FLAGS_ENABLE 0x8000 /* MSI-X enable */ macro
731 if (!(val & PCI_MSIX_FLAGS_ENABLE)) in dw_pcie_ep_get_msix()
158 5. Fix megasas_probe_one() to clear PCI_MSIX_FLAGS_ENABLE in msi control
439 control |= PCI_MSIX_FLAGS_ENABLE; in netxen_set_msix_bit()