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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs.h59 * struct ib_uverbs_file: One reference is held by the VFS and
85 struct ib_uverbs_file *uverbs_file;
93 struct ib_uverbs_file { struct
131 struct ib_uverbs_file *uverbs_file;
149 struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file,
154 void ib_uverbs_release_ucq(struct ib_uverbs_file *file,
157 void ib_uverbs_release_uevent(struct ib_uverbs_file *file,
168 ssize_t ib_uverbs_##name(struct ib_uverbs_file *file, \
H A Duverbs_main.c82 static ssize_t (*uverbs_cmd_table[])(struct ib_uverbs_file *file,
128 void ib_uverbs_release_ucq(struct ib_uverbs_file *file,
153 void ib_uverbs_release_uevent(struct ib_uverbs_file *file,
178 static int ib_uverbs_cleanup_ucontext(struct ib_uverbs_file *file,
253 struct ib_uverbs_file *file =
254 container_of(ref, struct ib_uverbs_file, ref);
416 static void ib_uverbs_async_handler(struct ib_uverbs_file *file,
486 struct ib_uverbs_file *file =
487 container_of(handler, struct ib_uverbs_file, event_handler);
493 struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_fil
[all...]
H A Duverbs_cmd.c255 ssize_t ib_uverbs_get_context(struct ib_uverbs_file *file,
344 ssize_t ib_uverbs_query_device(struct ib_uverbs_file *file,
413 ssize_t ib_uverbs_query_port(struct ib_uverbs_file *file,
461 ssize_t ib_uverbs_alloc_pd(struct ib_uverbs_file *file,
535 ssize_t ib_uverbs_dealloc_pd(struct ib_uverbs_file *file,
570 ssize_t ib_uverbs_reg_mr(struct ib_uverbs_file *file,
671 ssize_t ib_uverbs_dereg_mr(struct ib_uverbs_file *file,
709 ssize_t ib_uverbs_create_comp_channel(struct ib_uverbs_file *file,
738 ssize_t ib_uverbs_create_cq(struct ib_uverbs_file *file,
839 ssize_t ib_uverbs_resize_cq(struct ib_uverbs_file *fil
[all...]

Completed in 219 milliseconds