1PCI_SET_MWI(9) Hardware Interfaces PCI_SET_MWI(9)
23
4
NAME
6pci_set_mwi - enables memory-write-invalidate PCI transaction
7
SYNOPSIS
9int pci_set_mwi(struct pci_dev * dev);
10
ARGUMENTS
12dev
13the PCI device for which MWI is enabled
14
DESCRIPTION
16Enables the Memory-Write-Invalidate transaction in PCI_COMMAND.
17
RETURNS
19An appropriate -ERRNO error value on error, or zero for success.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 PCI_SET_MWI(9)