Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Duverbs_std_types_cq.c53 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()
Duverbs_std_types.c197 struct ib_uverbs_completion_event_file *comp_event_file = in uverbs_hot_unplug_completion_event_file()
198 container_of(uobj, struct ib_uverbs_completion_event_file, in uverbs_hot_unplug_completion_event_file()
222 UVERBS_TYPE_ALLOC_FD(sizeof(struct ib_uverbs_completion_event_file),
Duverbs.h132 struct ib_uverbs_completion_event_file { struct
235 struct ib_uverbs_completion_event_file *ev_file,
Duverbs_main.c195 struct ib_uverbs_completion_event_file *ev_file, in ib_uverbs_release_ucq()
346 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_read()
380 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_poll()
395 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_fasync()
433 struct ib_uverbs_completion_event_file *file = container_of( in ib_uverbs_comp_event_close()
434 uobj, struct ib_uverbs_completion_event_file, uobj); in ib_uverbs_comp_event_close()
Duverbs_cmd.c50 static struct ib_uverbs_completion_event_file *
62 return container_of(uobj, struct ib_uverbs_completion_event_file, in _ib_uverbs_lookup_comp_file()
947 struct ib_uverbs_completion_event_file *ev_file; in ib_uverbs_create_comp_channel()
962 ev_file = container_of(uobj, struct ib_uverbs_completion_event_file, in ib_uverbs_create_comp_channel()
987 struct ib_uverbs_completion_event_file *ev_file = NULL; in create_cq()