pci_irq_get_affinity (9) - Linux Manuals

pci_irq_get_affinity: return the affinity of a particular msi vector

NAME

pci_irq_get_affinity - return the affinity of a particular msi vector

SYNOPSIS

const struct cpumask * pci_irq_get_affinity(struct pci_dev dev, int nr);

ARGUMENTS

dev

PCI device to operate on

nr

device-relative interrupt vector index (0-based).

COPYRIGHT