base_ctx          575 drivers/infiniband/sw/siw/siw.h static inline struct siw_ucontext *to_siw_ctx(struct ib_ucontext *base_ctx)
base_ctx          577 drivers/infiniband/sw/siw/siw.h 	return container_of(base_ctx, struct siw_ucontext, base_ucontext);
base_ctx           97 drivers/infiniband/sw/siw/siw_verbs.c int siw_alloc_ucontext(struct ib_ucontext *base_ctx, struct ib_udata *udata)
base_ctx           99 drivers/infiniband/sw/siw/siw_verbs.c 	struct siw_device *sdev = to_siw_dev(base_ctx->device);
base_ctx          100 drivers/infiniband/sw/siw/siw_verbs.c 	struct siw_ucontext *ctx = to_siw_ctx(base_ctx);
base_ctx          122 drivers/infiniband/sw/siw/siw_verbs.c 	siw_dbg(base_ctx->device, "success. now %d context(s)\n",
base_ctx          129 drivers/infiniband/sw/siw/siw_verbs.c 	siw_dbg(base_ctx->device, "failure %d. now %d context(s)\n", rv,
base_ctx          135 drivers/infiniband/sw/siw/siw_verbs.c void siw_dealloc_ucontext(struct ib_ucontext *base_ctx)
base_ctx          137 drivers/infiniband/sw/siw/siw_verbs.c 	struct siw_ucontext *uctx = to_siw_ctx(base_ctx);
base_ctx           37 drivers/infiniband/sw/siw/siw_verbs.h int siw_alloc_ucontext(struct ib_ucontext *base_ctx, struct ib_udata *udata);
base_ctx           38 drivers/infiniband/sw/siw/siw_verbs.h void siw_dealloc_ucontext(struct ib_ucontext *base_ctx);