Searched refs:PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/pci/
H A Dmsi.c440 if (!(dev->dev_flags & PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG)) pci_intx_for_msi()
H A Dquirks.c2639 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; quirk_msi_intx_disable_bug()
2655 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; quirk_msi_intx_disable_ati_bug()
2663 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; quirk_msi_intx_disable_qca_bug()
/linux-4.1.27/drivers/net/ethernet/atheros/alx/
H A Dmain.c1312 pdev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; alx_probe()
/linux-4.1.27/include/linux/
H A Dpci.h168 PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG = (__force pci_dev_flags_t) (1 << 0), enumerator in enum:pci_dev_flags

Completed in 101 milliseconds