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/
H A Dquirks.c3164 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; in quirk_msi_intx_disable_bug()
3182 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; in quirk_msi_intx_disable_ati_bug()
3191 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; in quirk_msi_intx_disable_qca_bug()
/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.h226 PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG = (__force pci_dev_flags_t) (1 << 0), enumerator