Query: pci_try_set_mwi
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCI_TRY_SET_MWI(9) Hardware Interfaces PCI_TRY_SET_MWI(9)NAMEpci_try_set_mwi - enables memory-write-invalidate PCI transactionSYNOPSISint pci_try_set_mwi(struct pci_dev * dev);ARGUMENTSdev the PCI device for which MWI is enabledDESCRIPTIONEnables the Memory-Write-Invalidate transaction in PCI_COMMAND. Callers are not required to check the return value.RETURNSAn appropriate -ERRNO error value on error, or zero for success.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PCI_TRY_SET_MWI(9)