xref: /aosp_15_r20/bionic/libc/kernel/uapi/misc/uacce/hisi_qm.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI_HISI_QM_H
8 #define _UAPI_HISI_QM_H
9 #include <linux/types.h>
10 struct hisi_qp_ctx {
11   __u16 id;
12   __u16 qc_type;
13 };
14 struct hisi_qp_info {
15   __u32 sqe_size;
16   __u16 sq_depth;
17   __u16 cq_depth;
18   __u64 reserved;
19 };
20 #define HISI_QM_API_VER_BASE "hisi_qm_v1"
21 #define HISI_QM_API_VER2_BASE "hisi_qm_v2"
22 #define HISI_QM_API_VER3_BASE "hisi_qm_v3"
23 #define UACCE_CMD_QM_SET_QP_CTX _IOWR('H', 10, struct hisi_qp_ctx)
24 #define UACCE_CMD_QM_SET_QP_INFO _IOWR('H', 11, struct hisi_qp_info)
25 #endif
26