Lines Matching +full:interrupt +full:- +full:affinity
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Virtio PCI driver - APIs for common functionality for all device versions
23 #include <linux/interrupt.h>
40 /* MSI-X vector (or none) */
53 /* Where to read and clear interrupt */
60 /* array of all queues for house-keeping */
63 /* MSI-X support */
72 /* Vectors allocated, excluding per-vq vectors if any */
90 /* Constants for MSI-X */
108 /* the config->del_vqs() implementation */
110 /* the config->find_vqs() implementation */
117 /* Setup the affinity for a virtqueue:
118 * - force the affinity for per vq vector
119 * - OR over all affinities for shared MSI
120 * - ignore the affinity request if we're using INTX
132 return -ENODEV; in virtio_pci_legacy_probe()