Searched refs:to_mucontext (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c351 mthca_cleanup_user_db_tab(to_mdev(context->device), &to_mucontext(context)->uar,
352 to_mucontext(context)->db_tab);
353 mthca_uar_free(to_mdev(context->device), &to_mucontext(context)->uar);
354 kfree(to_mucontext(context));
368 to_mucontext(context)->uar.pfn,
456 context = to_mucontext(pd->uobject->context);
503 context = to_mucontext(srq->uobject->context);
538 context = to_mucontext(pd->uobject->context);
577 context = to_mucontext(pd->uobject->context);
636 &to_mucontext(q
[all...]
H A Dmthca_provider.h301 static inline struct mthca_ucontext *to_mucontext(struct ib_ucontext *ibucontext) function
H A Dmthca_srq.c108 cpu_to_be32(to_mucontext(pd->ibpd.uobject->context)->uar.index);
134 cpu_to_be32(to_mucontext(pd->ibpd.uobject->context)->uar.index);
H A Dmthca_qp.c611 cpu_to_be32(to_mucontext(qp->ibqp.uobject->context)->uar.index);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c132 err = mlx4_ib_db_map_user(to_mucontext(pd->uobject->context),
210 mlx4_ib_db_unmap_user(to_mucontext(pd->uobject->context), &srq->db);
286 mlx4_ib_db_unmap_user(to_mucontext(srq->uobject->context), &msrq->db);
H A Dmlx4_ib_cq.c216 err = mlx4_ib_db_map_user(to_mucontext(context), ucmd.db_addr,
221 uar = &to_mucontext(context)->uar;
264 mlx4_ib_db_unmap_user(to_mucontext(context), &cq->db);
483 mlx4_ib_db_unmap_user(to_mucontext(cq->uobject->context), &mcq->db);
H A Dmlx4_ib.h639 static inline struct mlx4_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext) function
H A Dmlx4_ib_qp.c763 err = mlx4_ib_db_map_user(to_mucontext(pd->uobject->context),
918 mlx4_ib_db_unmap_user(to_mucontext(pd->uobject->context), &qp->db);
1092 mlx4_ib_db_unmap_user(to_mucontext(qp->ibqp.uobject->context),
1705 to_mucontext(ibqp->uobject->context)->uar.index));
H A Dmlx4_ib_main.c1097 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext);
1156 struct mlx4_ib_ucontext *mucontext = to_mucontext(context);
1169 to_mucontext(context)->uar.pfn,
1183 to_mucontext(context)->uar.pfn +
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_srq.c100 err = get_srq_user_index(to_mucontext(pd->uobject->context),
133 err = mlx5_ib_db_map_user(to_mucontext(pd->uobject->context),
222 mlx5_ib_db_unmap_user(to_mucontext(pd->uobject->context), &srq->db);
406 mlx5_ib_db_unmap_user(to_mucontext(srq->uobject->context), &msrq->db);
H A Dmlx5_ib_cq.c781 err = mlx5_ib_db_map_user(to_mucontext(context), ucmd.db_addr,
806 *index = to_mucontext(context)->uuari.uars[0].index;
811 mlx5_ib_db_unmap_user(to_mucontext(context), &cq->db);
820 mlx5_ib_db_unmap_user(to_mucontext(context), &cq->db);
H A Dmlx5_ib_qp.c696 context = to_mucontext(pd->uobject->context);
716 context = to_mucontext(pd->uobject->context);
783 context = to_mucontext(pd->uobject->context);
887 context = to_mucontext(pd->uobject->context);
1242 struct mlx5_ib_ucontext *mucontext = to_mucontext(ucontext);
1330 struct mlx5_ib_ucontext *mucontext = to_mucontext(ucontext);
1591 err = get_qp_user_index(to_mucontext(pd->uobject->context),
2020 } else if (!to_mucontext(pd->uobject->context)->cqe_version) {
H A Dmlx5_ib.h123 static inline struct mlx5_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext) function
H A Dmlx5_ib_main.c1302 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);
1411 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);
1543 struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);

Completed in 280 milliseconds