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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs.h58 * struct ib_uverbs_file: One reference is held by the VFS and
84 struct ib_uverbs_file *uverbs_file;
92 struct ib_uverbs_file { struct
130 struct ib_uverbs_file *uverbs_file;
148 struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file,
152 void ib_uverbs_release_ucq(struct ib_uverbs_file *file,
155 void ib_uverbs_release_uevent(struct ib_uverbs_file *file,
166 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,
131 void ib_uverbs_release_ucq(struct ib_uverbs_file *file,
156 void ib_uverbs_release_uevent(struct ib_uverbs_file *file,
181 static int ib_uverbs_cleanup_ucontext(struct ib_uverbs_file *file,
256 struct ib_uverbs_file *file =
257 container_of(ref, struct ib_uverbs_file, ref);
410 static void ib_uverbs_async_handler(struct ib_uverbs_file *file,
480 struct ib_uverbs_file *file =
481 container_of(handler, struct ib_uverbs_file, event_handler);
487 struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_fil
[all...]
H A Duverbs_cmd.c258 ssize_t ib_uverbs_get_context(struct ib_uverbs_file *file,
354 ssize_t ib_uverbs_query_device(struct ib_uverbs_file *file,
423 ssize_t ib_uverbs_query_port(struct ib_uverbs_file *file,
471 ssize_t ib_uverbs_alloc_pd(struct ib_uverbs_file *file,
545 ssize_t ib_uverbs_dealloc_pd(struct ib_uverbs_file *file,
580 ssize_t ib_uverbs_reg_mr(struct ib_uverbs_file *file,
681 ssize_t ib_uverbs_dereg_mr(struct ib_uverbs_file *file,
719 ssize_t ib_uverbs_create_comp_channel(struct ib_uverbs_file *file,
756 ssize_t ib_uverbs_create_cq(struct ib_uverbs_file *file,
857 ssize_t ib_uverbs_resize_cq(struct ib_uverbs_file *fil
[all...]

Completed in 24 milliseconds