Home
last modified time | relevance | path

Searched refs:ib_ucq_object (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
Duverbs.h165 struct ib_ucq_object { struct
195 struct ib_ucq_object *uobj);
Duverbs_main.c161 struct ib_ucq_object *uobj) in ib_uverbs_release_ucq()
271 struct ib_ucq_object *ucq = in ib_uverbs_cleanup_ucontext()
272 container_of(uobj, struct ib_ucq_object, uobject); in ib_uverbs_cleanup_ucontext()
468 struct ib_ucq_object *uobj; in ib_uverbs_comp_handler()
487 uobj = container_of(cq->uobject, struct ib_ucq_object, uobject); in ib_uverbs_comp_handler()
536 struct ib_ucq_object *uobj = container_of(event->element.cq->uobject, in ib_uverbs_cq_event_handler()
537 struct ib_ucq_object, uobject); in ib_uverbs_cq_event_handler()
Duverbs_cmd.c1348 static struct ib_ucq_object *create_cq(struct ib_uverbs_file *file, in create_cq()
1355 struct ib_ucq_object *obj, in create_cq()
1361 struct ib_ucq_object *obj; in create_cq()
1455 struct ib_ucq_object *obj, in ib_uverbs_create_cq_cb()
1475 struct ib_ucq_object *obj; in ib_uverbs_create_cq()
1507 struct ib_ucq_object *obj, in ib_uverbs_ex_create_cq_cb()
1524 struct ib_ucq_object *obj; in ib_uverbs_ex_create_cq()
1702 struct ib_ucq_object *obj; in ib_uverbs_destroy_cq()
1714 obj = container_of(cq->uobject, struct ib_ucq_object, uobject); in ib_uverbs_destroy_cq()