Symbol: PCI_MSI_FLAGS_ENABLE
arch/alpha/kernel/sys_marvel.c
339
if (msg_ctl & PCI_MSI_FLAGS_ENABLE) {
arch/alpha/kernel/sys_marvel.c
365
msg_ctl & ~PCI_MSI_FLAGS_ENABLE);
drivers/net/can/esd/esd_402_pci-core.c
145
if (!(csr & PCI_MSI_FLAGS_ENABLE)) {
drivers/net/ethernet/broadcom/tg3.c
9099
ctrl | PCI_MSI_FLAGS_ENABLE);
drivers/net/wireless/ath/ath11k/pci.c
417
control |= PCI_MSI_FLAGS_ENABLE;
drivers/net/wireless/ath/ath11k/pci.c
419
control &= ~PCI_MSI_FLAGS_ENABLE;
drivers/net/wireless/ath/ath12k/pci.c
718
control |= PCI_MSI_FLAGS_ENABLE;
drivers/net/wireless/ath/ath12k/pci.c
720
control &= ~PCI_MSI_FLAGS_ENABLE;
drivers/pci/controller/cadence/pcie-cadence-ep.c
263
if (!(flags & PCI_MSI_FLAGS_ENABLE))
drivers/pci/controller/cadence/pcie-cadence-ep.c
398
if (!(flags & PCI_MSI_FLAGS_ENABLE))
drivers/pci/controller/cadence/pcie-cadence-ep.c
453
if (!(flags & PCI_MSI_FLAGS_ENABLE))
drivers/pci/controller/dwc/pci-imx6.c
1842
val |= PCI_MSI_FLAGS_ENABLE;
drivers/pci/controller/dwc/pcie-designware-ep.c
687
if (!(val & PCI_MSI_FLAGS_ENABLE))
drivers/pci/controller/pci-loongson.c
174
val |= PCI_MSI_FLAGS_ENABLE;
drivers/pci/controller/pcie-rcar-ep.c
353
if ((val & PCI_MSI_FLAGS_ENABLE)) {
drivers/pci/controller/plda/pcie-microchip-host.c
307
reg |= PCI_MSI_FLAGS_ENABLE;
drivers/pci/msi/msi.c
279
control &= ~PCI_MSI_FLAGS_ENABLE;
drivers/pci/msi/msi.c
281
control |= PCI_MSI_FLAGS_ENABLE;
drivers/pci/msi/msi.c
526
control |= PCI_MSI_FLAGS_ENABLE |
drivers/pci/msi/pcidev_msi.c
21
if (ctrl & PCI_MSI_FLAGS_ENABLE) {
drivers/pci/msi/pcidev_msi.c
23
ctrl & ~PCI_MSI_FLAGS_ENABLE);
drivers/vfio/pci/vfio_pci_config.c
1191
flags &= ~PCI_MSI_FLAGS_ENABLE;
drivers/xen/xen-pciback/conf_space.c
301
if (val & PCI_MSI_FLAGS_ENABLE)
drivers/xen/xen-pciback/conf_space_capability.c
197
.enable_bit = PCI_MSI_FLAGS_ENABLE,
drivers/xen/xen-pciback/conf_space_capability.c
198
.allowed_bits = PCI_MSI_FLAGS_ENABLE,