Home
last modified time | relevance | path

Searched refs:ev_file (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/core/
H A Duverbs_std_types_cq.c72 struct ib_uverbs_completion_event_file *ev_file = NULL; in UVERBS_HANDLER() local
98 ev_file = container_of(ev_file_uobj, in UVERBS_HANDLER()
125 cq->cq_context = ev_file ? &ev_file->ev_queue : NULL; in UVERBS_HANDLER()
150 if (ev_file) in UVERBS_HANDLER()
H A Duverbs_cmd.c981 struct ib_uverbs_completion_event_file *ev_file; in ib_uverbs_create_comp_channel() local
993 ev_file = container_of(uobj, struct ib_uverbs_completion_event_file, in ib_uverbs_create_comp_channel()
995 ib_uverbs_init_event_queue(&ev_file->ev_queue); in ib_uverbs_create_comp_channel()
1006 struct ib_uverbs_completion_event_file *ev_file = NULL; in create_cq() local
1022 ev_file = ib_uverbs_lookup_comp_file(cmd->comp_channel, attrs); in create_cq()
1023 if (IS_ERR(ev_file)) { in create_cq()
1024 ret = PTR_ERR(ev_file); in create_cq()
1046 cq->cq_context = ev_file ? &ev_file->ev_queue : NULL; in create_cq()
1072 if (ev_file) in create_cq()
1073 ib_uverbs_release_ucq(ev_file, obj); in create_cq()