Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Duverbs_std_types_cq.c54 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()
H A Duverbs_std_types.c161 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),
H A Duverbs.h131 struct ib_uverbs_completion_event_file { struct
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, 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()
H A Duverbs_cmd.c188 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()