Searched defs:ib_ucontext (Results 1 – 2 of 2) sorted by relevance
1145 struct ib_ucontext { struct1146 struct ib_device *device;1147 struct list_head pd_list;1148 struct list_head mr_list;1149 struct list_head mw_list;1150 struct list_head cq_list;1151 struct list_head qp_list;1152 struct list_head srq_list;1153 struct list_head ah_list;1154 struct list_head xrcd_list;[all …]
358 struct ib_ucontext ib_ucontext; member