Lines Matching refs:uevent

1031 	obj->uevent.uobject.user_handle = cmd->user_handle;  in create_cq()
1033 INIT_LIST_HEAD(&obj->uevent.event_list); in create_cq()
1059 obj->uevent.uobject.object = cq; in create_cq()
1060 obj->uevent.event_file = READ_ONCE(attrs->ufile->default_async_file); in create_cq()
1061 if (obj->uevent.event_file) in create_cq()
1062 uverbs_uobject_get(&obj->uevent.event_file->uobj); in create_cq()
1063 uobj_finalize_uobj_create(&obj->uevent.uobject, attrs); in create_cq()
1065 resp.base.cq_handle = obj->uevent.uobject.id; in create_cq()
1077 uobj_alloc_abort(&obj->uevent.uobject, attrs); in create_cq()
1141 rdma_lookup_put_uobject(&cq->uobject->uevent.uobject, in ib_uverbs_resize_cq()
1225 rdma_lookup_put_uobject(&cq->uobject->uevent.uobject, in ib_uverbs_poll_cq()
1247 rdma_lookup_put_uobject(&cq->uobject->uevent.uobject, in ib_uverbs_req_notify_cq()
1268 obj = container_of(uobj, struct ib_ucq_object, uevent.uobject); in ib_uverbs_destroy_cq()
1271 resp.async_events_reported = obj->uevent.events_reported; in ib_uverbs_destroy_cq()
1317 obj->uevent.uobject.user_handle = cmd->user_handle; in create_qp()
1412 INIT_LIST_HEAD(&obj->uevent.event_list); in create_qp()
1445 obj->uevent.uobject.object = qp; in create_qp()
1446 obj->uevent.event_file = READ_ONCE(attrs->ufile->default_async_file); in create_qp()
1447 if (obj->uevent.event_file) in create_qp()
1448 uverbs_uobject_get(&obj->uevent.event_file->uobj); in create_qp()
1460 rdma_lookup_put_uobject(&scq->uobject->uevent.uobject, in create_qp()
1463 rdma_lookup_put_uobject(&rcq->uobject->uevent.uobject, in create_qp()
1466 rdma_lookup_put_uobject(&srq->uobject->uevent.uobject, in create_qp()
1470 uobj_finalize_uobj_create(&obj->uevent.uobject, attrs); in create_qp()
1473 resp.base.qp_handle = obj->uevent.uobject.id; in create_qp()
1488 rdma_lookup_put_uobject(&scq->uobject->uevent.uobject, in create_qp()
1491 rdma_lookup_put_uobject(&rcq->uobject->uevent.uobject, in create_qp()
1494 rdma_lookup_put_uobject(&srq->uobject->uevent.uobject, in create_qp()
1499 uobj_alloc_abort(&obj->uevent.uobject, attrs); in create_qp()
1586 INIT_LIST_HEAD(&obj->uevent.event_list); in ib_uverbs_open_qp()
1595 obj->uevent.uobject.object = qp; in ib_uverbs_open_qp()
1596 obj->uevent.uobject.user_handle = cmd.user_handle; in ib_uverbs_open_qp()
1602 uobj_finalize_uobj_create(&obj->uevent.uobject, attrs); in ib_uverbs_open_qp()
1605 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_open_qp()
1611 uobj_alloc_abort(&obj->uevent.uobject, attrs); in ib_uverbs_open_qp()
1665 rdma_lookup_put_uobject(&qp->uobject->uevent.uobject, in ib_uverbs_query_qp()
1903 rdma_lookup_put_uobject(&qp->uobject->uevent.uobject, in modify_qp()
1968 obj = container_of(uobj, struct ib_uqp_object, uevent.uobject); in ib_uverbs_destroy_qp()
1970 resp.events_reported = obj->uevent.events_reported; in ib_uverbs_destroy_qp()
2165 rdma_lookup_put_uobject(&qp->uobject->uevent.uobject, in ib_uverbs_post_send()
2308 rdma_lookup_put_uobject(&qp->uobject->uevent.uobject, in ib_uverbs_post_recv()
2359 rdma_lookup_put_uobject(&srq->uobject->uevent.uobject, in ib_uverbs_post_srq_recv()
2508 rdma_lookup_put_uobject(&qp->uobject->uevent.uobject, in ib_uverbs_attach_mcast()
2552 rdma_lookup_put_uobject(&qp->uobject->uevent.uobject, in ib_uverbs_detach_mcast()
2917 INIT_LIST_HEAD(&obj->uevent.event_list); in ib_uverbs_ex_create_wq()
2918 obj->uevent.uobject.user_handle = cmd.user_handle; in ib_uverbs_ex_create_wq()
2927 obj->uevent.uobject.object = wq; in ib_uverbs_ex_create_wq()
2935 obj->uevent.event_file = READ_ONCE(attrs->ufile->default_async_file); in ib_uverbs_ex_create_wq()
2936 if (obj->uevent.event_file) in ib_uverbs_ex_create_wq()
2937 uverbs_uobject_get(&obj->uevent.event_file->uobj); in ib_uverbs_ex_create_wq()
2940 rdma_lookup_put_uobject(&cq->uobject->uevent.uobject, in ib_uverbs_ex_create_wq()
2942 uobj_finalize_uobj_create(&obj->uevent.uobject, attrs); in ib_uverbs_ex_create_wq()
2944 resp.wq_handle = obj->uevent.uobject.id; in ib_uverbs_ex_create_wq()
2952 rdma_lookup_put_uobject(&cq->uobject->uevent.uobject, in ib_uverbs_ex_create_wq()
2957 uobj_alloc_abort(&obj->uevent.uobject, attrs); in ib_uverbs_ex_create_wq()
2982 obj = container_of(uobj, struct ib_uwq_object, uevent.uobject); in ib_uverbs_ex_destroy_wq()
2983 resp.events_reported = obj->uevent.events_reported; in ib_uverbs_ex_destroy_wq()
3036 rdma_lookup_put_uobject(&wq->uobject->uevent.uobject, in ib_uverbs_ex_modify_wq()
3129 rdma_lookup_put_uobject(&wqs[i]->uobject->uevent.uobject, in ib_uverbs_ex_create_rwq_ind_table()
3145 rdma_lookup_put_uobject(&wqs[i]->uobject->uevent.uobject, in ib_uverbs_ex_create_rwq_ind_table()
3312 rdma_lookup_put_uobject(&qp->uobject->uevent.uobject, in ib_uverbs_ex_create_flow()
3328 rdma_lookup_put_uobject(&qp->uobject->uevent.uobject, in ib_uverbs_ex_create_flow()
3413 INIT_LIST_HEAD(&obj->uevent.event_list); in __uverbs_create_xsrq()
3414 obj->uevent.uobject.user_handle = cmd->user_handle; in __uverbs_create_xsrq()
3422 obj->uevent.uobject.object = srq; in __uverbs_create_xsrq()
3423 obj->uevent.uobject.user_handle = cmd->user_handle; in __uverbs_create_xsrq()
3424 obj->uevent.event_file = READ_ONCE(attrs->ufile->default_async_file); in __uverbs_create_xsrq()
3425 if (obj->uevent.event_file) in __uverbs_create_xsrq()
3426 uverbs_uobject_get(&obj->uevent.event_file->uobj); in __uverbs_create_xsrq()
3435 rdma_lookup_put_uobject(&attr.ext.cq->uobject->uevent.uobject, in __uverbs_create_xsrq()
3439 uobj_finalize_uobj_create(&obj->uevent.uobject, attrs); in __uverbs_create_xsrq()
3441 resp.srq_handle = obj->uevent.uobject.id; in __uverbs_create_xsrq()
3450 rdma_lookup_put_uobject(&attr.ext.cq->uobject->uevent.uobject, in __uverbs_create_xsrq()
3460 uobj_alloc_abort(&obj->uevent.uobject, attrs); in __uverbs_create_xsrq()
3519 rdma_lookup_put_uobject(&srq->uobject->uevent.uobject, in ib_uverbs_modify_srq()
3543 rdma_lookup_put_uobject(&srq->uobject->uevent.uobject, in ib_uverbs_query_srq()
3669 rdma_lookup_put_uobject(&cq->uobject->uevent.uobject, in ib_uverbs_ex_modify_cq()