Lines Matching +full:non +full:- +full:negative
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 #include <linux/dma-mapping.h>
23 * Architecture-specific constants for drivers to
26 #define VETH_MAC_ADDR "local-mac-address"
27 #define VETH_MCAST_FILTER_SIZE "ibm,mac-address-filters"
29 /* End architecture-specific constants */
47 * Platform Facilities Option (PFO)-specific data
54 * vio_pfo_op - PFO operation parameters
58 * @inlen: If non-negative, the length of the input data block. If negative,
61 * @outlen: If non-negative, the length of the input data block. If negative,
63 * @csbcpb: Logical real address of the 4k naturally-aligned storage block
85 PFO, /* The OF node is a child of /ibm,platform-facilities */
89 * vio_dev - This structure is used to describe virtual I/O devices.