Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_cq.c53 struct ib_uverbs_completion_event_file, in uverbs_free_cq()
71 struct ib_uverbs_completion_event_file *ev_file = NULL; in UVERBS_HANDLER()
98 struct ib_uverbs_completion_event_file, in UVERBS_HANDLER()
H A Dib_uverbs_std_types.c231 struct ib_uverbs_completion_event_file *file = in uverbs_completion_event_file_destroy_uobj()
232 container_of(uobj, struct ib_uverbs_completion_event_file, in uverbs_completion_event_file_destroy_uobj()
247 UVERBS_TYPE_ALLOC_FD(sizeof(struct ib_uverbs_completion_event_file),
H A Duverbs.h135 struct ib_uverbs_completion_event_file { struct
229 void ib_uverbs_release_ucq(struct ib_uverbs_completion_event_file *ev_file,
H A Dib_uverbs_main.c129 void ib_uverbs_release_ucq(struct ib_uverbs_completion_event_file *ev_file, in ib_uverbs_release_ucq()
279 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_read()
314 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_poll()
329 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_fasync()
H A Dib_uverbs_cmd.c195 static struct ib_uverbs_completion_event_file *
207 return container_of(uobj, struct ib_uverbs_completion_event_file, in _ib_uverbs_lookup_comp_file()
965 struct ib_uverbs_completion_event_file *ev_file; in ib_uverbs_create_comp_channel()
979 ev_file = container_of(uobj, struct ib_uverbs_completion_event_file, in ib_uverbs_create_comp_channel()
997 struct ib_uverbs_completion_event_file *ev_file = NULL; in create_cq()