Home
last modified time | relevance | path

Searched refs:PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/msi/
H A Dmsi.c279 if (!(dev->dev_flags & PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG)) in pci_intx_for_msi()
/linux/drivers/net/ethernet/atheros/alx/
H A Dmain.c1788 pdev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; in alx_probe()
/linux/include/linux/
H A Dpci.h239 PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG = (__force pci_dev_flags_t) (1 << 0), enumerator