Lines Matching defs:ib_ucontext
1234 struct ib_ucontext { struct
1235 struct ib_device *device;
1236 struct list_head pd_list;
1237 struct list_head mr_list;
1238 struct list_head mw_list;
1239 struct list_head cq_list;
1240 struct list_head qp_list;
1241 struct list_head srq_list;
1242 struct list_head ah_list;
1243 struct list_head xrcd_list;
1244 struct list_head rule_list;
1268 struct ib_ucontext *context; /* associated user context */ argument