1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
3 * Copyright (c) 2020-2022, Alibaba Group.
6 #ifndef __ERDMA_USER_H__
7 #define __ERDMA_USER_H__
9 #include <linux/types.h>
11 #define ERDMA_ABI_VERSION 1
13 struct erdma_ureq_create_cq {
14 __aligned_u64 db_record_va;
15 __aligned_u64 qbuf_va;
20 struct erdma_uresp_create_cq {
25 struct erdma_ureq_create_qp {
26 __aligned_u64 db_record_va;
27 __aligned_u64 qbuf_va;
32 struct erdma_uresp_create_qp {
39 struct erdma_uresp_alloc_ctx {