Home
last modified time | relevance | path

Searched refs:ib_uctx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c563 ret = rdma_user_mmap_entry_insert_exact(&uctx->ib_uctx, in bnxt_re_mmap_entry_insert()
570 ret = rdma_user_mmap_entry_insert(&uctx->ib_uctx, in bnxt_re_mmap_entry_insert()
615 udata, struct bnxt_re_ucontext, ib_uctx); in bnxt_re_alloc_pd()
774 udata, struct bnxt_re_ucontext, ib_uctx); in bnxt_re_create_ah()
1019 ib_uctx); in bnxt_re_init_user_qp()
1694 udata, struct bnxt_re_ucontext, ib_uctx); in bnxt_re_init_user_srq()
4113 container_of(ctx, struct bnxt_re_ucontext, ib_uctx); in bnxt_re_alloc_ucontext()
4195 struct bnxt_re_ucontext *uctx = container_of(ib_uctx, in bnxt_re_dealloc_ucontext()
4197 ib_uctx); in bnxt_re_dealloc_ucontext()
4218 struct bnxt_re_ucontext *uctx = container_of(ib_uctx, in bnxt_re_mmap()
[all …]
H A Dib_verbs.h136 struct ib_ucontext ib_uctx; member
H A Dmain.c872 INIT_RDMA_OBJ_SIZE(ib_ucontext, bnxt_re_ucontext, ib_uctx),