Symbol: bnxt_re_ucontext
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1120
struct bnxt_re_qp *qp, struct bnxt_re_ucontext *cntx,
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1302
struct bnxt_re_ucontext *uctx)
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1362
struct bnxt_re_ucontext *uctx,
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1420
struct bnxt_re_ucontext *uctx)
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1467
struct bnxt_re_ucontext *uctx,
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1658
struct bnxt_re_ucontext *uctx;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1673
uctx = rdma_udata_to_drv_context(udata, struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1864
struct bnxt_re_ucontext *cntx = rdma_udata_to_drv_context(
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1865
udata, struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1892
struct bnxt_re_ucontext *uctx;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
1917
uctx = rdma_udata_to_drv_context(udata, struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
2295
struct bnxt_re_ucontext *uctx =
drivers/infiniband/hw/bnxt_re/ib_verbs.c
2296
rdma_udata_to_drv_context(udata, struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3151
struct bnxt_re_ucontext *uctx =
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3152
rdma_udata_to_drv_context(udata, struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3279
struct bnxt_re_ucontext *uctx = NULL;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
3306
uctx = rdma_udata_to_drv_context(udata, struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4358
struct bnxt_re_ucontext *uctx =
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4359
container_of(ctx, struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4450
struct bnxt_re_ucontext *uctx = container_of(ib_uctx,
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4451
struct bnxt_re_ucontext,
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4586
struct bnxt_re_ucontext *uctx = container_of(ib_uctx,
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4587
struct bnxt_re_ucontext,
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4688
struct bnxt_re_ucontext *uctx;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4690
uctx = container_of(ib_uverbs_get_ucontext(attrs), struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4702
struct bnxt_re_ucontext *uctx;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4710
uctx = container_of(ib_uverbs_get_ucontext(attrs), struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4781
struct bnxt_re_ucontext *uctx = entry->uctx;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4844
struct bnxt_re_ucontext *uctx;
drivers/infiniband/hw/bnxt_re/ib_verbs.c
4864
uctx = container_of(ib_uctx, struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
648
bnxt_re_mmap_entry_insert(struct bnxt_re_ucontext *uctx, u64 mem_offset,
drivers/infiniband/hw/bnxt_re/ib_verbs.c
716
struct bnxt_re_ucontext *ucntx = rdma_udata_to_drv_context(
drivers/infiniband/hw/bnxt_re/ib_verbs.c
717
udata, struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.c
875
struct bnxt_re_ucontext *uctx = rdma_udata_to_drv_context(
drivers/infiniband/hw/bnxt_re/ib_verbs.c
876
udata, struct bnxt_re_ucontext, ib_uctx);
drivers/infiniband/hw/bnxt_re/ib_verbs.h
162
struct bnxt_re_ucontext *uctx;
drivers/infiniband/hw/bnxt_re/ib_verbs.h
187
static inline u32 bnxt_re_init_depth(u32 ent, struct bnxt_re_ucontext *uctx)
drivers/infiniband/hw/bnxt_re/ib_verbs.h
194
struct bnxt_re_ucontext *uctx)
drivers/infiniband/hw/bnxt_re/main.c
1383
INIT_RDMA_OBJ_SIZE(ib_ucontext, bnxt_re_ucontext, ib_uctx),