Searched refs:pci_set_mwi (Results 1 – 14 of 14) sorted by relevance
86 if (pci_set_mwi(pci_dev)) in rt2x00pci_probe()
72 retval = pci_set_mwi(pdev); in ehci_pci_reinit()
234 if (!pci_set_mwi(pdev)) in xhci_pci_reinit()
95 err = pci_set_mwi(dev); in command_write()
227 call pci_set_mwi(). This enables the PCI_COMMAND bit for Mem-Wr-Inval229 Check the return value of pci_set_mwi() as not all architectures486 pci_set_mwi() Enable Memory-Write-Invalidate transactions.
496 rc = pci_set_mwi(pdev); in efct_pci_probe()
1523 if (pci_set_mwi(pdev)) in sym_set_workarounds()1873 if (pci_set_mwi(pdev)) in sym2_io_slot_reset()
666 status = pci_set_mwi(ha->pdev); in qla4xxx_pci_config()
4408 int pci_set_mwi(struct pci_dev *dev) in pci_set_mwi() function4429 EXPORT_SYMBOL(pci_set_mwi);4445 return pci_set_mwi(dev); in pci_try_set_mwi()
1097 if (!pci_set_mwi(priv->pdev)) { in adm8211_hw_init()
1928 rc = pci_set_mwi(pdev); in cp_init_one()
2318 err = pci_set_mwi(pdev); in typhoon_init_one()
1705 ret = pci_set_mwi(ha->pdev); in qla82xx_pci_config()
1005 * Print a warning if pci_set_mwi returns an error.