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

/freebsd-9.3-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.c81 static ssize_t (*uverbs_cmd_table[])(struct ib_uverbs_file *file,
146 void ib_uverbs_release_ucq(struct ib_uverbs_file *file,
171 void ib_uverbs_release_uevent(struct ib_uverbs_file *file,
196 static int ib_uverbs_cleanup_ucontext(struct ib_uverbs_file *file,
294 struct ib_uverbs_file *file =
295 container_of(ref, struct ib_uverbs_file, ref);
450 static void ib_uverbs_async_handler(struct ib_uverbs_file *file,
522 struct ib_uverbs_file *file =
523 container_of(handler, struct ib_uverbs_file, event_handler);
536 struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_fil
[all...]
H A Duverbs_cmd.c272 ssize_t ib_uverbs_get_context(struct ib_uverbs_file *file,
362 ssize_t ib_uverbs_query_device(struct ib_uverbs_file *file,
431 ssize_t ib_uverbs_query_port(struct ib_uverbs_file *file,
480 ssize_t ib_uverbs_alloc_pd(struct ib_uverbs_file *file,
554 ssize_t ib_uverbs_dealloc_pd(struct ib_uverbs_file *file,
589 ssize_t ib_uverbs_reg_mr(struct ib_uverbs_file *file,
690 ssize_t ib_uverbs_dereg_mr(struct ib_uverbs_file *file,
728 ssize_t ib_uverbs_create_comp_channel(struct ib_uverbs_file *file,
757 ssize_t ib_uverbs_create_cq(struct ib_uverbs_file *file,
858 ssize_t ib_uverbs_resize_cq(struct ib_uverbs_file *fil
[all...]

Completed in 104 milliseconds