1PCI_TRY_SET_MWI(9) Hardware Interfaces PCI_TRY_SET_MWI(9)
23
4
NAME
6pci_try_set_mwi - enables memory-write-invalidate PCI transaction
7
SYNOPSIS
9int pci_try_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. Callers
17are not required to check the return value.
18
RETURNS
20An appropriate -ERRNO error value on error, or zero for success.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 PCI_TRY_SET_MWI(9)