Lines Matching +full:charge +full:- +full:ctrl +full:- +full:value
1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
9 * Copyright(c) 2015 - 2020 Intel Corporation.
28 * - Redistributions of source code must retain the above copyright
30 * - Redistributions in binary form must reproduce the above copyright
34 * - Neither the name of Intel Corporation nor the names of its
93 #define HFI1_CAP_DMA_RTAIL (1UL << 0) /* Use DMA'ed RTail value */
100 #define HFI1_CAP_MULTI_PKT_EGR (1UL << 7) /* Enable multi-packet Egr buffs*/
134 * These are the status bits readable (in ASCII form, 64bit value)
178 * Device status and notifications from driver to user-space.
200 * bits 0-3 - version (currently unused)
201 * bits 4-7 - opcode (enum sdma_req_opcode)
202 * bits 8-15 - io vector count
204 __u16 ctrl; member
207 * User-space has already computed how many
208 * fragment-sized packet the user buffer will be
219 * this request should be using. User-space is
220 * in charge of managing its own ring.