Lines Matching +full:big +full:- +full:endian +full:- +full:desc
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Virtio PCI driver - APIs for common functionality for all device versions
41 /* MSI-X vector (or none) */
80 /* MSI-X support */
89 /* Vectors allocated, excluding per-vq vectors if any */
108 /* Constants for MSI-X */
126 /* the config->del_vqs() implementation */
128 /* the config->find_vqs() implementation */
132 struct irq_affinity *desc);
136 * - force the affinity for per vq vector
137 * - OR over all affinities for shared MSI
138 * - ignore the affinity request if we're using INTX
150 return -ENODEV; in virtio_pci_legacy_probe()
169 * assume software-based devices: e.g. they don't use proper memory barriers
170 * on ARM, use big endian on PPC, etc. X86 drivers are mostly ok though, more