Searched defs:ib_ucontext (Results 1 – 2 of 2) sorted by relevance
1234 struct ib_ucontext { struct1235 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;[all …]
358 struct ib_ucontext ib_ucontext; member