Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mlx5/
A Ddevx.c1786 ev_file->omit_data = 1; in UVERBS_HANDLER()
1788 ev_file->dev = dev; in UVERBS_HANDLER()
1797 struct devx_async_cmd_event_file *ev_file = async_data->ev_file; in devx_query_callback() local
1879 async_data->ev_file = ev_file; in UVERBS_HANDLER()
2166 event_sub->ev_file = ev_file; in UVERBS_HANDLER()
2503 ev_file = event_sub->ev_file; in deliver_event()
2505 if (ev_file->omit_data) { in deliver_event()
2532 if (!ev_file->is_destroyed) in deliver_event()
2895 if (ev_file->is_destroyed) in devx_async_event_poll()
2957 ev_file->is_destroyed = 1; in devx_async_event_destroy_uobj()
[all …]
/drivers/infiniband/core/
A Duverbs_std_types_cq.c67 struct ib_uverbs_completion_event_file *ev_file = NULL; in UVERBS_HANDLER() local
104 ev_file = container_of(ev_file_uobj, in UVERBS_HANDLER()
188 cq->cq_context = ev_file ? &ev_file->ev_queue : NULL; in UVERBS_HANDLER()
214 if (ev_file) in UVERBS_HANDLER()
A Duverbs.h191 void ib_uverbs_init_async_event_file(struct ib_uverbs_async_event_file *ev_file);
199 void ib_uverbs_release_ucq(struct ib_uverbs_completion_event_file *ev_file,
A Duverbs_main.c144 void ib_uverbs_release_ucq(struct ib_uverbs_completion_event_file *ev_file, in ib_uverbs_release_ucq() argument
149 if (ev_file) { in ib_uverbs_release_ucq()
150 spin_lock_irq(&ev_file->ev_queue.lock); in ib_uverbs_release_ucq()
155 spin_unlock_irq(&ev_file->ev_queue.lock); in ib_uverbs_release_ucq()
157 uverbs_uobject_put(&ev_file->uobj); in ib_uverbs_release_ucq()
A Duverbs_cmd.c1000 struct ib_uverbs_completion_event_file *ev_file; in ib_uverbs_create_comp_channel() local
1012 ev_file = container_of(uobj, struct ib_uverbs_completion_event_file, in ib_uverbs_create_comp_channel()
1014 ib_uverbs_init_event_queue(&ev_file->ev_queue); in ib_uverbs_create_comp_channel()
1025 struct ib_uverbs_completion_event_file *ev_file = NULL; in create_cq() local
1041 ev_file = ib_uverbs_lookup_comp_file(cmd->comp_channel, attrs); in create_cq()
1042 if (IS_ERR(ev_file)) { in create_cq()
1043 ret = PTR_ERR(ev_file); in create_cq()
1065 cq->cq_context = ev_file ? &ev_file->ev_queue : NULL; in create_cq()
1091 if (ev_file) in create_cq()
1092 ib_uverbs_release_ucq(ev_file, obj); in create_cq()

Completed in 32 milliseconds