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

/linux-master/drivers/infiniband/hw/mlx5/
H A Ddevx.c35 struct devx_async_cmd_event_file *ev_file; member in struct:devx_async_data
43 struct list_head list; /* headed in ev_file->event_list */
60 struct list_head file_list; /* headed in ev_file->
67 struct list_head event_list; /* headed in ev_file->event_list or in
76 struct devx_async_event_file *ev_file; member in struct:devx_event_subscription
1700 struct devx_async_cmd_event_file *ev_file; local
1706 ev_file = container_of(uobj, struct devx_async_cmd_event_file,
1708 devx_init_event_queue(&ev_file->ev_queue);
1709 mlx5_cmd_init_async_ctx(mdev->mdev, &ev_file->async_ctx);
1718 struct devx_async_event_file *ev_file; local
1749 struct devx_async_cmd_event_file *ev_file = async_data->ev_file; local
1782 struct devx_async_cmd_event_file *ev_file; local
2009 struct devx_async_event_file *ev_file; local
2451 struct devx_async_event_file *ev_file; local
2682 struct devx_async_event_file *ev_file = filp->private_data; local
2760 struct devx_async_event_file *ev_file = filp->private_data; local
2822 struct devx_async_event_file *ev_file = local
[all...]
/linux-master/drivers/infiniband/core/
H A Duverbs_std_types_cq.c72 struct ib_uverbs_completion_event_file *ev_file = NULL; local
98 ev_file = container_of(ev_file_uobj,
125 cq->cq_context = ev_file ? &ev_file->ev_queue : NULL;
150 if (ev_file)
H A Duverbs.h220 void ib_uverbs_init_async_event_file(struct ib_uverbs_async_event_file *ev_file);
228 void ib_uverbs_release_ucq(struct ib_uverbs_completion_event_file *ev_file,
H A Duverbs_main.c142 void ib_uverbs_release_ucq(struct ib_uverbs_completion_event_file *ev_file, argument
147 if (ev_file) {
148 spin_lock_irq(&ev_file->ev_queue.lock);
153 spin_unlock_irq(&ev_file->ev_queue.lock);
155 uverbs_uobject_put(&ev_file->uobj);
H A Duverbs_cmd.c983 struct ib_uverbs_completion_event_file *ev_file; local
995 ev_file = container_of(uobj, struct ib_uverbs_completion_event_file,
997 ib_uverbs_init_event_queue(&ev_file->ev_queue);
1008 struct ib_uverbs_completion_event_file *ev_file = NULL; local
1024 ev_file = ib_uverbs_lookup_comp_file(cmd->comp_channel, attrs);
1025 if (IS_ERR(ev_file)) {
1026 ret = PTR_ERR(ev_file);
1048 cq->cq_context = ev_file ? &ev_file->ev_queue : NULL;
1074 if (ev_file)
[all...]

Completed in 148 milliseconds