Lines Matching +full:sync +full:- +full:token
1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
3 * Copyright (c) 2015-2016, Integrated Device Technology Inc.
11 * License(GPL) Version 2, or the BSD-3 Clause license below:
57 * - memory mapped (MAPPED)
58 * - packet generation from memory (TRANSFER)
91 * - incoming port-writes
92 * - incoming doorbells
122 * indicates that no specific RIO-to-local address translation is requested
123 * and driver should use direct (one-to-one) address mapping.
154 RIO_TRANSFER_FAF, /* fire-and-forget transfer */
175 * SWRITE: as NWRITE, but all addresses and payloads must be 64-bit aligned
206 __u16 sync; /* Synch method, one of rio_transfer_sync enum */ member
212 __u32 token; /* DMA transaction ID token */ member