Enables memory-write-invalidate pci transaction
int pci_set_mwi(struct pci_dev * dev);
dev
the PCI device for which MWI is enabled
Enables the Memory-Write-Invalidate transaction in PCI_COMMAND.
An appropriate -ERRNO error value on error, or zero for success.