Home
last modified time | relevance | path

Searched refs:__u32 (Results 1 – 25 of 59) sorted by relevance

123

/NextBSD/contrib/ofed/libibverbs/include/infiniband/
HDkern-abi.h112 __u32 event_type;
113 __u32 reserved;
129 __u32 command;
136 __u32 num_cq_events;
140 __u32 command;
148 __u32 async_fd;
149 __u32 num_comp_vectors;
153 __u32 command;
166 __u32 vendor_id;
167 __u32 vendor_part_id;
[all …]
HDsa-kern-abi.h48 __u32 raw_traffic;
49 __u32 flow_label;
50 __u32 reversible;
51 __u32 mtu;
/NextBSD/sys/ofed/include/rdma/
HDib_user_verbs.h117 __u32 event_type; /* enum ib_event_type */
118 __u32 reserved;
148 __u32 command;
157 __u32 cmd_hdr_reserved;
166 __u32 async_fd;
167 __u32 num_comp_vectors;
186 __u32 vendor_id;
187 __u32 vendor_part_id;
188 __u32 hw_ver;
189 __u32 max_qp;
[all …]
HDib_user_verbs_exp.h74 __u32 tss_child_count;
75 __u32 rss_child_count;
79 __u32 qpg_type;
82 __u32 parent_handle;
83 __u32 reserved;
87 __u32 reserved2;
93 __u32 pd_handle;
94 __u32 send_cq_handle;
95 __u32 recv_cq_handle;
96 __u32 srq_handle;
[all …]
HDrdma_user_cm.h71 __u32 cmd;
85 __u32 id;
90 __u32 id;
91 __u32 reserved;
95 __u32 events_reported;
101 __u32 id;
107 __u32 id;
108 __u32 timeout_ms;
112 __u32 id;
113 __u32 timeout_ms;
[all …]
HDib_user_cm.h69 __u32 cmd;
80 __u32 id;
85 __u32 id;
86 __u32 reserved;
90 __u32 events_reported;
95 __u32 id;
96 __u32 reserved;
108 __u32 id;
109 __u32 qp_state;
115 __u32 id;
[all …]
HDib_user_mad.h73 __u32 id;
74 __u32 status;
75 __u32 timeout_ms;
76 __u32 retries;
77 __u32 length;
117 __u32 id;
118 __u32 status;
119 __u32 timeout_ms;
120 __u32 retries;
121 __u32 length;
[all …]
HDib_user_sa.h49 __u32 flags;
50 __u32 reserved;
51 __u32 path_rec[16];
59 __u32 raw_traffic;
61 __u32 reversible;
62 __u32 mtu;
/NextBSD/sys/dev/drm2/
HDdrm_mode.h89 __u32 clock;
93 __u32 vrefresh;
95 __u32 flags;
96 __u32 type;
105 __u32 count_fbs;
106 __u32 count_crtcs;
107 __u32 count_connectors;
108 __u32 count_encoders;
109 __u32 min_width, max_width;
110 __u32 min_height, max_height;
[all …]
HDdrm.h57 typedef uint32_t __u32; typedef
516 __u32 crtc;
517 __u32 cmd;
593 __u32 handle;
594 __u32 pad;
600 __u32 handle;
603 __u32 name;
609 __u32 name;
612 __u32 handle;
626 __u32 handle;
[all …]
/NextBSD/sys/fs/fuse/
HDfuse_kernel.h40 #define __u32 uint32_t macro
72 __u32 atimensec;
73 __u32 mtimensec;
74 __u32 ctimensec;
75 __u32 mode;
76 __u32 nlink;
77 __u32 uid;
78 __u32 gid;
79 __u32 rdev;
88 __u32 bsize;
[all …]
/NextBSD/sys/contrib/v4l/
HDvideodev2.h110 ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24))
238 __u32 numerator;
239 __u32 denominator;
249 __u32 version; /* should use KERNEL_VERSION() */
250 __u32 capabilities; /* Device capabilities */
251 __u32 reserved[4];
280 __u32 width;
281 __u32 height;
282 __u32 pixelformat;
284 __u32 bytesperline; /* for padding, zero if unused */
[all …]
HDvideodev.h15 typedef uint32_t __u32; typedef
58 __u32 flags;
72 __u32 flags;
123 __u32 flags;
149 __u32 x,y; /* Position of window */
150 __u32 width,height; /* Its size */
151 __u32 chromakey;
152 __u32 flags;
164 __u32 x,y; /* Offsets into image */
165 __u32 width, height; /* Area to capture */
[all …]
/NextBSD/contrib/ofed/librdmacm/include/rdma/
HDrdma_cma_abi.h71 __u32 cmd;
84 __u32 id;
89 __u32 id;
90 __u32 reserved;
94 __u32 events_reported;
100 __u32 id;
106 __u32 id;
107 __u32 timeout_ms;
111 __u32 id;
112 __u32 timeout_ms;
[all …]
/NextBSD/contrib/ofed/libibcm/include/infiniband/
HDcm_abi.h78 __u32 cmd;
89 __u32 id;
94 __u32 id;
95 __u32 reserved;
99 __u32 events_reported;
104 __u32 id;
105 __u32 reserved;
111 __u32 local_id;
112 __u32 remote_id;
117 __u32 id;
[all …]
/NextBSD/sys/dev/drm2/i915/
HDi915_drm.h136 __u32 front_bo_handle;
137 __u32 back_bo_handle;
138 __u32 third_bo_handle;
139 __u32 depth_bo_handle;
484 __u32 handle;
485 __u32 pad;
490 __u32 handle;
491 __u32 pad;
502 __u32 handle;
503 __u32 pad;
[all …]
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_user.h54 __u32 qp_tab_size;
55 __u32 uarc_size;
59 __u32 pdn;
60 __u32 reserved;
69 __u32 mr_attrs;
70 __u32 reserved;
74 __u32 lkey;
75 __u32 pdn;
78 __u32 arm_db_index;
79 __u32 set_db_index;
[all …]
/NextBSD/contrib/ofed/libmthca/src/
HDmthca-abi.h43 __u32 qp_tab_size;
44 __u32 uarc_size;
49 __u32 pdn;
50 __u32 reserved;
60 __u32 mr_attrs;
61 __u32 reserved;
66 __u32 lkey;
67 __u32 pdn;
70 __u32 arm_db_index;
71 __u32 set_db_index;
[all …]
/NextBSD/contrib/ofed/libcxgb4/src/
HDcxgb4-abi.h40 __u32 status_page_size;
41 __u32 reserved;
54 __u32 cqid;
55 __u32 size;
56 __u32 qid_mask;
57 __u32 reserved;
72 __u32 sqid;
73 __u32 rqid;
74 __u32 sq_size;
75 __u32 rq_size;
[all …]
/NextBSD/contrib/ofed/libmlx4/src/
HDmlx4-abi.h43 __u32 qp_tab_size;
50 __u32 dev_caps;
51 __u32 qp_tab_size;
54 __u32 cqe_size;
59 __u32 pdn;
60 __u32 reserved;
71 __u32 cqn;
72 __u32 reserved;
96 __u32 srqn;
97 __u32 reserved;
[all …]
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDuser.h56 __u32 qp_tab_size;
62 __u32 dev_caps;
63 __u32 qp_tab_size;
66 __u32 cqe_size;
70 __u32 pdn;
71 __u32 reserved;
80 __u32 cqn;
81 __u32 reserved;
94 __u32 srqn;
95 __u32 reserved;
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDuser.h50 __u32 cqid;
51 __u32 size;
52 __u32 qid_mask;
63 __u32 sqid;
64 __u32 rqid;
65 __u32 sq_size;
66 __u32 rq_size;
67 __u32 qid_mask;
68 __u32 flags;
/NextBSD/contrib/ofed/libibverbs/src/
HDkern_abi.h62 __u32 event_type;
63 __u32 element;
67 __u32 cq_handle;
79 __u32 command;
86 __u32 num_cq_events;
90 __u32 command;
97 __u32 async_fd;
98 __u32 cq_fd[1];
/NextBSD/contrib/ofed/libibverbs/fixes/
HDXRC_RCV_QP.patch63 __u32 events_reported;
67 + __u32 command;
72 + __u32 xrc_domain_handle;
73 + __u32 max_send_wr;
74 + __u32 max_recv_wr;
75 + __u32 max_send_sge;
76 + __u32 max_recv_sge;
77 + __u32 max_inline_data;
85 + __u32 qpn;
86 + __u32 reserved;
[all …]
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_user.h52 __u32 cqid;
53 __u32 size_log2;
60 __u32 memsize;
61 __u32 reserved;

123