PCI_MSI_FLAGS_ENABLE  340 arch/alpha/kernel/sys_marvel.c 	if (msg_ctl & PCI_MSI_FLAGS_ENABLE) {
PCI_MSI_FLAGS_ENABLE  366 arch/alpha/kernel/sys_marvel.c 				      msg_ctl & ~PCI_MSI_FLAGS_ENABLE);
PCI_MSI_FLAGS_ENABLE  241 arch/mips/pci/pci-xlr.c 	if ((val & PCI_MSI_FLAGS_ENABLE) == 0) {
PCI_MSI_FLAGS_ENABLE  242 arch/mips/pci/pci-xlr.c 		val |= PCI_MSI_FLAGS_ENABLE;
PCI_MSI_FLAGS_ENABLE  332 drivers/infiniband/hw/qib/qib_pcie.c 	if (!(control & PCI_MSI_FLAGS_ENABLE)) {
PCI_MSI_FLAGS_ENABLE  333 drivers/infiniband/hw/qib/qib_pcie.c 		control |= PCI_MSI_FLAGS_ENABLE;
PCI_MSI_FLAGS_ENABLE 9015 drivers/net/ethernet/broadcom/tg3.c 					      ctrl | PCI_MSI_FLAGS_ENABLE);
PCI_MSI_FLAGS_ENABLE 1195 drivers/pci/controller/dwc/pci-imx6.c 		val |= PCI_MSI_FLAGS_ENABLE;
PCI_MSI_FLAGS_ENABLE  225 drivers/pci/controller/dwc/pcie-designware-ep.c 	if (!(val & PCI_MSI_FLAGS_ENABLE))
PCI_MSI_FLAGS_ENABLE  245 drivers/pci/controller/pcie-cadence-ep.c 	if (!(flags & PCI_MSI_FLAGS_ENABLE))
PCI_MSI_FLAGS_ENABLE  326 drivers/pci/controller/pcie-cadence-ep.c 	if (!(flags & PCI_MSI_FLAGS_ENABLE))
PCI_MSI_FLAGS_ENABLE  430 drivers/pci/msi.c 	control |= (entry->msi_attrib.multiple << 4) | PCI_MSI_FLAGS_ENABLE;
PCI_MSI_FLAGS_ENABLE  192 drivers/pci/pci.h 	control &= ~PCI_MSI_FLAGS_ENABLE;
PCI_MSI_FLAGS_ENABLE  194 drivers/pci/pci.h 		control |= PCI_MSI_FLAGS_ENABLE;
PCI_MSI_FLAGS_ENABLE 1097 drivers/vfio/pci/vfio_pci_config.c 			flags &= ~PCI_MSI_FLAGS_ENABLE;