Searched refs:__u32 (Results 1 - 18 of 18) sorted by relevance

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_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_inde
[all...]
H A Dmthca_provider.c423 if (ib_copy_to_udata(udata, &pd->pd_num, sizeof (__u32))) {
510 if (context && ib_copy_to_udata(udata, &srq->srqn, sizeof (__u32))) {
727 if (context && ib_copy_to_udata(udata, &cq->cqn, sizeof (__u32))) {
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/infiniband/
H A Dkern-abi.h112 __u32 event_type;
113 __u32 reserved;
121 * All commands from userspace should start with a __u32 command field
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_i
[all...]
H A Dsa-kern-abi.h48 __u32 raw_traffic;
49 __u32 flow_label;
50 __u32 reversible;
51 __u32 mtu;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_user_verbs.h112 __u32 event_type; /* enum ib_event_type */
113 __u32 reserved;
121 * All commands from userspace should start with a __u32 command field
129 __u32 command;
140 __u32 async_fd;
141 __u32 num_comp_vectors;
155 __u32 vendor_id;
156 __u32 vendor_part_id;
157 __u32 hw_ver;
158 __u32 max_q
[all...]
H A Dib_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_handl
[all...]
H A Drdma_user_cm.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_m
[all...]
H A Dib_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 i
[all...]
H A Dib_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 lengt
[all...]
H A Dib_user_sa.h49 __u32 flags;
50 __u32 reserved;
51 __u32 path_rec[16];
59 __u32 raw_traffic;
61 __u32 reversible;
62 __u32 mtu;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Duser.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 reserve
[all...]
H A Dcq.c243 if (ib_copy_to_udata(udata, &cq->mcq.cqn, sizeof(__u32 ))) {
H A Dsrq.c193 if (ib_copy_to_udata(udata, &srq->msrq.srqn, sizeof (__u32))) {
H A Dmain.c811 if (ib_copy_to_udata(udata, &pd->pdn, sizeof(__u32 ))) {
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/net/
H A Dif_inet6.h44 memcpy(buf + 2, &addr->s6_addr32[3], sizeof(__u32));
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/asm/
H A Dtypes.h40 typedef uint32_t __u32; typedef
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Duser_mad.c754 return ib_umad_unreg_agent(filp->private_data, (__u32 __user *) arg);
H A Duverbs_cmd.c938 resp->wc[i].ex.imm_data = (__u32 __force) wc[i].ex.imm_data;

Completed in 317 milliseconds