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) */
83 /* MSI-X support */
92 /* Vectors allocated, excluding per-vq vectors if any */
111 /* Constants for MSI-X */
129 /* the config->del_vqs() implementation */
131 /* the config->find_vqs() implementation */
134 struct irq_affinity *desc);
138 * - force the affinity for per vq vector
139 * - OR over all affinities for shared MSI
140 * - ignore the affinity request if we're using INTX
152 return -ENODEV; in virtio_pci_legacy_probe()
171 * assume software-based devices: e.g. they don't use proper memory barriers
172 * on ARM, use big endian on PPC, etc. X86 drivers are mostly ok though, more