Searched refs:ib_uverbs_completion_event_file (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/core/ |
D | uverbs_std_types_cq.c | 54 struct ib_uverbs_completion_event_file, in uverbs_free_cq() 72 struct ib_uverbs_completion_event_file *ev_file = NULL; in UVERBS_HANDLER() 99 struct ib_uverbs_completion_event_file, in UVERBS_HANDLER()
|
D | uverbs_std_types.c | 161 struct ib_uverbs_completion_event_file *file = in uverbs_completion_event_file_destroy_uobj() 162 container_of(uobj, struct ib_uverbs_completion_event_file, in uverbs_completion_event_file_destroy_uobj() 176 UVERBS_TYPE_ALLOC_FD(sizeof(struct ib_uverbs_completion_event_file),
|
D | uverbs.h | 131 struct ib_uverbs_completion_event_file { struct 228 void ib_uverbs_release_ucq(struct ib_uverbs_completion_event_file *ev_file,
|
D | uverbs_main.c | 142 void ib_uverbs_release_ucq(struct ib_uverbs_completion_event_file *ev_file, in ib_uverbs_release_ucq() 292 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_read() 329 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_poll() 344 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_fasync()
|
D | uverbs_cmd.c | 188 static struct ib_uverbs_completion_event_file * 200 return container_of(uobj, struct ib_uverbs_completion_event_file, in _ib_uverbs_lookup_comp_file() 983 struct ib_uverbs_completion_event_file *ev_file; in ib_uverbs_create_comp_channel() 995 ev_file = container_of(uobj, struct ib_uverbs_completion_event_file, in ib_uverbs_create_comp_channel() 1008 struct ib_uverbs_completion_event_file *ev_file = NULL; in create_cq()
|