Lines Matching refs:uevent

1373 	obj->uevent.uobject.user_handle = cmd->user_handle;  in create_qp()
1479 obj->uevent.events_reported = 0; in create_qp()
1480 INIT_LIST_HEAD(&obj->uevent.event_list); in create_qp()
1520 &obj->uevent.uobject); in create_qp()
1554 qp->uobject = &obj->uevent.uobject; in create_qp()
1557 obj->uevent.uobject.object = qp; in create_qp()
1561 resp.base.qp_handle = obj->uevent.uobject.id; in create_qp()
1593 return uobj_alloc_commit(&obj->uevent.uobject, 0); in create_qp()
1611 uobj_alloc_abort(&obj->uevent.uobject); in create_qp()
1768 obj->uevent.events_reported = 0; in ib_uverbs_open_qp()
1769 INIT_LIST_HEAD(&obj->uevent.event_list); in ib_uverbs_open_qp()
1778 obj->uevent.uobject.object = qp; in ib_uverbs_open_qp()
1779 obj->uevent.uobject.user_handle = cmd.user_handle; in ib_uverbs_open_qp()
1783 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_open_qp()
1792 qp->uobject = &obj->uevent.uobject; in ib_uverbs_open_qp()
1795 return uobj_alloc_commit(&obj->uevent.uobject, in_len); in ib_uverbs_open_qp()
1802 uobj_alloc_abort(&obj->uevent.uobject); in ib_uverbs_open_qp()
2178 obj = container_of(uobj, struct ib_uqp_object, uevent.uobject); in ib_uverbs_destroy_qp()
2180 resp.events_reported = obj->uevent.events_reported; in ib_uverbs_destroy_qp()
2697 obj = container_of(qp->uobject, struct ib_uqp_object, uevent.uobject); in ib_uverbs_attach_mcast()
2747 obj = container_of(qp->uobject, struct ib_uqp_object, uevent.uobject); in ib_uverbs_detach_mcast()
3160 obj->uevent.events_reported = 0; in ib_uverbs_ex_create_wq()
3161 INIT_LIST_HEAD(&obj->uevent.event_list); in ib_uverbs_ex_create_wq()
3173 wq->uobject = &obj->uevent.uobject; in ib_uverbs_ex_create_wq()
3174 obj->uevent.uobject.object = wq; in ib_uverbs_ex_create_wq()
3183 wq->uobject = &obj->uevent.uobject; in ib_uverbs_ex_create_wq()
3184 obj->uevent.uobject.object = wq; in ib_uverbs_ex_create_wq()
3187 resp.wq_handle = obj->uevent.uobject.id; in ib_uverbs_ex_create_wq()
3199 return uobj_alloc_commit(&obj->uevent.uobject, 0); in ib_uverbs_ex_create_wq()
3208 uobj_alloc_abort(&obj->uevent.uobject); in ib_uverbs_ex_create_wq()
3251 obj = container_of(uobj, struct ib_uwq_object, uevent.uobject); in ib_uverbs_ex_destroy_wq()
3252 resp.events_reported = obj->uevent.events_reported; in ib_uverbs_ex_destroy_wq()
3746 obj->uevent.events_reported = 0; in __uverbs_create_xsrq()
3747 INIT_LIST_HEAD(&obj->uevent.event_list); in __uverbs_create_xsrq()
3758 srq->uobject = &obj->uevent.uobject; in __uverbs_create_xsrq()
3775 obj->uevent.uobject.object = srq; in __uverbs_create_xsrq()
3776 obj->uevent.uobject.user_handle = cmd->user_handle; in __uverbs_create_xsrq()
3779 resp.srq_handle = obj->uevent.uobject.id; in __uverbs_create_xsrq()
3798 return uobj_alloc_commit(&obj->uevent.uobject, 0); in __uverbs_create_xsrq()
3817 uobj_alloc_abort(&obj->uevent.uobject); in __uverbs_create_xsrq()