Searched refs:pci_set_mwi (Results 1 – 16 of 16) sorted by relevance
43 if (!pci_set_mwi(pdev)) in xhci_pci_reinit()
40 retval = pci_set_mwi(pdev); in ehci_pci_reinit()
263 if (pci_set_mwi(pci_dev)) in rt2x00pci_probe()
2252 int pci_set_mwi(struct pci_dev *dev) in pci_set_mwi() function2277 pci_set_mwi(struct pci_dev *dev) in pci_set_mwi() function2307 int rc = pci_set_mwi(dev); in pci_try_set_mwi()3120 EXPORT_SYMBOL(pci_set_mwi);
301 call pci_set_mwi(). This enables the PCI_COMMAND bit for Mem-Wr-Inval303 Check the return value of pci_set_mwi() as not all architectures558 pci_set_mwi() Enable Memory-Write-Invalidate transactions.
1568 if (pci_set_mwi(pdev)) in sym_set_workarounds()1915 if (pci_set_mwi(pdev)) in sym2_io_slot_reset()
1017 status = pci_set_mwi(ha->pdev); in qla4xxx_pci_config()
782 int __must_check pci_set_mwi(struct pci_dev *dev);
289 rc = pci_set_mwi(pdev); in streamer_init_one()
1095 if (!pci_set_mwi(priv->pdev)) { in adm8211_hw_init()
1891 rc = pci_set_mwi(pdev); in cp_init_one()
2332 err = pci_set_mwi(pdev); in typhoon_init_one()
3090 if (pci_set_mwi(pdev) < 0) in rtl8169_init_one()
1692 ret = pci_set_mwi(ha->pdev); in qla82xx_pci_config()
4474 int ret_val = pci_set_mwi(adapter->pdev); in e1000_pci_set_mwi()
1005 * Print a warning if pci_set_mwi returns an error.