1. NAME

pci_intx_mask_supported - probe for INTx masking support

2. SYNOPSIS

bool pci_intx_mask_supported(struct pci_dev *  dev );

3. ARGUMENTS

dev
    the PCI device to operate on

4. DESCRIPTION

Check if the device dev support INTx masking via the config space command word.

5. COPYRIGHT