Searched refs:pci_set_mwi (Results 1 – 16 of 16) sorted by relevance
97 if (pci_set_mwi(pci_dev)) in rt2x00pci_probe()
82 retval = pci_set_mwi(pdev); in ehci_pci_reinit()
74 if (!pci_set_mwi(pdev)) in xhci_pci_reinit()
104 err = pci_set_mwi(dev); in command_write()
283 call pci_set_mwi(). This enables the PCI_COMMAND bit for Mem-Wr-Inval285 Check the return value of pci_set_mwi() as not all architectures541 pci_set_mwi() Enable Memory-Write-Invalidate transactions.
1493 if (pci_set_mwi(pdev)) in sym_set_workarounds()1842 if (pci_set_mwi(pdev)) in sym2_io_slot_reset()
3182 int pci_set_mwi(struct pci_dev *dev) in pci_set_mwi() function3203 EXPORT_SYMBOL(pci_set_mwi);3219 return pci_set_mwi(dev); in pci_try_set_mwi()
670 status = pci_set_mwi(ha->pdev); in qla4xxx_pci_config()
1001 int __must_check pci_set_mwi(struct pci_dev *dev);
1096 if (!pci_set_mwi(priv->pdev)) { in adm8211_hw_init()
1930 rc = pci_set_mwi(pdev); in cp_init_one()
8201 if (pci_set_mwi(pdev) < 0) in rtl_init_one()
2289 err = pci_set_mwi(pdev); in typhoon_init_one()
1741 ret = pci_set_mwi(ha->pdev); in qla82xx_pci_config()
4840 int ret_val = pci_set_mwi(adapter->pdev); in e1000_pci_set_mwi()
1005 * Print a warning if pci_set_mwi returns an error.