blob: 014298a373d1e86eb02a8def9bdec252fd27fa49 [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 CXGB3_ABI_USER_H
Christopher Ferris48af7cb2017-02-21 12:35:09 -080020#define CXGB3_ABI_USER_H
Christopher Ferris6a9755d2017-01-13 14:09:31 -080021#include <linux/types.h>
22#define IWCH_UVERBS_ABI_VERSION 1
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24struct iwch_create_cq_req {
25 __u64 user_rptr_addr;
26};
27struct iwch_create_cq_resp_v0 {
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29 __u64 key;
30 __u32 cqid;
31 __u32 size_log2;
32};
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34struct iwch_create_cq_resp {
35 __u64 key;
36 __u32 cqid;
37 __u32 size_log2;
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39 __u32 memsize;
40 __u32 reserved;
41};
42struct iwch_create_qp_resp {
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44 __u64 key;
45 __u64 db_key;
46 __u32 qpid;
47 __u32 size_log2;
48/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49 __u32 sq_size_log2;
50 __u32 rq_size_log2;
51};
52struct iwch_reg_user_mr_resp {
53/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54 __u32 pbl_addr;
55};
56#endif