Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/ !
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_std_types_cq.c54 struct ib_uverbs_completion_event_file, in uverbs_free_cq()
67 struct ib_uverbs_completion_event_file *ev_file = NULL; in UVERBS_METHOD_CQ_CREATE()
105 struct ib_uverbs_completion_event_file, in UVERBS_METHOD_CQ_CREATE()
H A Duverbs.h131 struct ib_uverbs_completion_event_file { struct
211 void ib_uverbs_release_ucq(struct ib_uverbs_completion_event_file *ev_file,
H A Duverbs_main.c144 void ib_uverbs_release_ucq(struct ib_uverbs_completion_event_file *ev_file, in ib_uverbs_release_ucq()
295 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_read()
332 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_poll()
347 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_fasync()
H A Duverbs_cmd.c189 static struct ib_uverbs_completion_event_file *
201 return container_of(uobj, struct ib_uverbs_completion_event_file, in _ib_uverbs_lookup_comp_file()
1000 struct ib_uverbs_completion_event_file *ev_file; in ib_uverbs_create_comp_channel()
1012 ev_file = container_of(uobj, struct ib_uverbs_completion_event_file, in ib_uverbs_create_comp_channel()
1025 struct ib_uverbs_completion_event_file *ev_file = NULL; in create_cq()