1. NAME

pci_msi_off - disables any msi or msix capabilities

2. SYNOPSIS

void pci_msi_off(struct pci_dev *  dev );

3. ARGUMENTS

dev
    the PCI device to operate on

4. DESCRIPTION

If you want to use msi see pci_enable_msi and friends. This is a lower level primitive that allows us to disable msi operation at the device level.

5. COPYRIGHT