1PCI_MSI_OFF(9) Hardware Interfaces PCI_MSI_OFF(9)
23
4
NAME
6pci_msi_off - disables any msi or msix capabilities
7
SYNOPSIS
9void pci_msi_off(struct pci_dev * dev);
10
ARGUMENTS
12dev
13the PCI device to operate on
14
DESCRIPTION
16If you want to use msi see pci_enable_msi and friends. This is a lower
17level primitive that allows us to disable msi operation at the device
18level.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 PCI_MSI_OFF(9)