Searched refs:PCI_MSIX_FLAGS_ENABLE (Results 1 – 12 of 12) sorted by relevance
39 if (ctrl & PCI_MSIX_FLAGS_ENABLE) { in pci_msix_init()41 ctrl & ~PCI_MSIX_FLAGS_ENABLE); in pci_msix_init()
711 PCI_MSIX_FLAGS_ENABLE); in msix_capability_init()748 pci_msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_MASKALL | PCI_MSIX_FLAGS_ENABLE, 0); in msix_capability_init()855 PCI_MSIX_FLAGS_ENABLE | PCI_MSIX_FLAGS_MASKALL); in __pci_restore_msix_state()886 pci_msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_ENABLE, 0); in pci_msix_shutdown()
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()
250 if (!(ctrl & PCI_MSIX_FLAGS_ENABLE)) in amdgpu_restore_msix()254 ctrl &= ~PCI_MSIX_FLAGS_ENABLE; in amdgpu_restore_msix()256 ctrl |= PCI_MSIX_FLAGS_ENABLE; in amdgpu_restore_msix()
281 if (!(val & PCI_MSIX_FLAGS_ENABLE)) in cdns_pcie_ep_get_msix()504 if (!(flags & PCI_MSIX_FLAGS_ENABLE)) in cdns_pcie_ep_send_msix_irq()
326 #define PCI_MSIX_FLAGS_ENABLE 0x8000 /* MSI-X enable */ macro
385 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
4005 if ((msix_flags & PCI_MSIX_FLAGS_ENABLE) == 0) in reset_chelsio_generic_dev()4008 PCI_MSIX_FLAGS_ENABLE | in reset_chelsio_generic_dev()
441 control |= PCI_MSIX_FLAGS_ENABLE; in netxen_set_msix_bit()
7480 if (control & PCI_MSIX_FLAGS_ENABLE) { in megasas_probe_one()7485 ~PCI_MSIX_FLAGS_ENABLE); in megasas_probe_one()