Searched refs:PCI_MSIX_FLAGS_ENABLE (Results 1 – 8 of 8) sorted by relevance
477 PCI_MSIX_FLAGS_ENABLE | PCI_MSIX_FLAGS_MASKALL); in __pci_restore_msix_state()778 msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_ENABLE, 0); in msix_capability_init()805 PCI_MSIX_FLAGS_MASKALL | PCI_MSIX_FLAGS_ENABLE); in msix_capability_init()1030 msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_ENABLE, 0); in pci_msix_shutdown()1076 msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_ENABLE, 0); in pci_msi_init_pci_dev()
3516 if ((msix_flags & PCI_MSIX_FLAGS_ENABLE) == 0) in reset_chelsio_generic_dev()3519 PCI_MSIX_FLAGS_ENABLE | in reset_chelsio_generic_dev()
3131 control &= ~PCI_MSIX_FLAGS_ENABLE; in pci_msi_off()
315 #define PCI_MSIX_FLAGS_ENABLE 0x8000 /* MSI-X enable */ macro
444 new = cw & ~PCI_MSIX_FLAGS_ENABLE; in qib_enable_intx()
158 5. Fix megasas_probe_one() to clear PCI_MSIX_FLAGS_ENABLE in msi control
5121 if (control & PCI_MSIX_FLAGS_ENABLE) { in megasas_probe_one()5126 ~PCI_MSIX_FLAGS_ENABLE); in megasas_probe_one()
462 control |= PCI_MSIX_FLAGS_ENABLE; in netxen_set_msix_bit()