Searched refs:ib_uctx (Results 1 – 2 of 2) sorted by relevance
29 struct ib_ucontext *ib_uctx; in UVERBS_HANDLER() local31 ib_uctx = ib_uverbs_get_ucontext(attrs); in UVERBS_HANDLER()32 if (IS_ERR(ib_uctx)) in UVERBS_HANDLER()33 return PTR_ERR(ib_uctx); in UVERBS_HANDLER()35 uctx = container_of(ib_uctx, struct bnxt_re_ucontext, ib_uctx); in UVERBS_HANDLER()51 struct ib_ucontext *ib_uctx; in UVERBS_HANDLER() local59 ib_uctx = ib_uverbs_get_ucontext(attrs); in UVERBS_HANDLER()60 if (IS_ERR(ib_uctx)) in UVERBS_HANDLER()61 return PTR_ERR(ib_uctx); in UVERBS_HANDLER()63 uctx = container_of(ib_uctx, struct bnxt_re_ucontext, ib_uctx); in UVERBS_HANDLER()[all …]
1387 INIT_RDMA_OBJ_SIZE(ib_ucontext, bnxt_re_ucontext, ib_uctx),