blob: 8928642e1e513b2009bc453edfc3ed0de668d8a0 [file] [log] [blame]
Christopher Ferris6a9755d2017-01-13 14:09:31 -08001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef CXGB4_ABI_USER_H
20#define CXGB4_ABI_USER_H
21#include <linux/types.h>
22#define C4IW_UVERBS_ABI_VERSION 3
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24struct c4iw_create_cq_resp {
25 __u64 key;
26 __u64 gts_key;
27 __u64 memsize;
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29 __u32 cqid;
30 __u32 size;
31 __u32 qid_mask;
32 __u32 reserved;
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34};
35enum {
36 C4IW_QPF_ONCHIP = (1 << 0)
37};
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39struct c4iw_create_qp_resp {
40 __u64 ma_sync_key;
41 __u64 sq_key;
42 __u64 rq_key;
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44 __u64 sq_db_gts_key;
45 __u64 rq_db_gts_key;
46 __u64 sq_memsize;
47 __u64 rq_memsize;
48/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49 __u32 sqid;
50 __u32 rqid;
51 __u32 sq_size;
52 __u32 rq_size;
53/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54 __u32 qid_mask;
55 __u32 flags;
56};
57struct c4iw_alloc_ucontext_resp {
58/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59 __u64 status_page_key;
60 __u32 status_page_size;
61 __u32 reserved;
62};
63/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
64#endif