Searched refs:ib_uverbs_file (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Duverbs.h57 * struct ib_uverbs_file: One reference is held by the VFS and
83 struct ib_uverbs_file *uverbs_file;
92 struct ib_uverbs_file { struct
130 struct ib_uverbs_file *uverbs_file;
154 struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file,
158 void ib_uverbs_release_ucq(struct ib_uverbs_file *file,
161 void ib_uverbs_release_uevent(struct ib_uverbs_file *file,
174 int ib_uverbs_cleanup_xrc_rcv_qp(struct ib_uverbs_file *file,
178 ssize_t ib_uverbs_##name(struct ib_uverbs_file *file, \
H A Duverbs_main.c79 static ssize_t (*uverbs_cmd_table[])(struct ib_uverbs_file *file,
144 void ib_uverbs_release_ucq(struct ib_uverbs_file *file,
169 void ib_uverbs_release_uevent(struct ib_uverbs_file *file,
194 static int ib_uverbs_cleanup_ucontext(struct ib_uverbs_file *file,
292 struct ib_uverbs_file *file =
293 container_of(ref, struct ib_uverbs_file, ref);
448 static void ib_uverbs_async_handler(struct ib_uverbs_file *file,
520 struct ib_uverbs_file *file =
521 container_of(handler, struct ib_uverbs_file, event_handler);
534 struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_fil
[all...]
H A Duverbs_cmd.c273 ssize_t ib_uverbs_get_context(struct ib_uverbs_file *file,
363 ssize_t ib_uverbs_query_device(struct ib_uverbs_file *file,
432 ssize_t ib_uverbs_query_port(struct ib_uverbs_file *file,
481 ssize_t ib_uverbs_alloc_pd(struct ib_uverbs_file *file,
555 ssize_t ib_uverbs_dealloc_pd(struct ib_uverbs_file *file,
590 ssize_t ib_uverbs_reg_mr(struct ib_uverbs_file *file,
691 ssize_t ib_uverbs_dereg_mr(struct ib_uverbs_file *file,
729 ssize_t ib_uverbs_create_comp_channel(struct ib_uverbs_file *file,
758 ssize_t ib_uverbs_create_cq(struct ib_uverbs_file *file,
859 ssize_t ib_uverbs_resize_cq(struct ib_uverbs_file *fil
[all...]

Completed in 122 milliseconds