Lines Matching defs:ib_ucontext
1145 struct ib_ucontext { struct
1146 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;
1155 struct list_head rule_list;
1179 struct ib_ucontext *context; /* associated user context */ argument