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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c381 mthca_cleanup_user_db_tab(to_mdev(context->device), &to_mucontext(context)->uar,
382 to_mucontext(context)->db_tab);
383 mthca_uar_free(to_mdev(context->device), &to_mucontext(context)->uar);
384 kfree(to_mucontext(context));
398 to_mucontext(context)->uar.pfn,
482 context = to_mucontext(pd->uobject->context);
529 context = to_mucontext(srq->uobject->context);
564 context = to_mucontext(pd->uobject->context);
603 context = to_mucontext(pd->uobject->context);
662 &to_mucontext(q
[all...]
H A Dmthca_provider.h299 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);
130 cpu_to_be32(to_mucontext(pd->ibpd.uobject->context)->uar.index);
H A Dmthca_qp.c617 cpu_to_be32(to_mucontext(qp->ibqp.uobject->context)->uar.index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dsrq.c130 err = mlx4_ib_db_map_user(to_mucontext(pd->uobject->context),
196 mlx4_ib_db_unmap_user(to_mucontext(pd->uobject->context), &srq->db);
272 mlx4_ib_db_unmap_user(to_mucontext(srq->uobject->context), &msrq->db);
H A Dcq.c202 err = mlx4_ib_db_map_user(to_mucontext(context), ucmd.db_addr,
207 uar = &to_mucontext(context)->uar;
243 mlx4_ib_db_unmap_user(to_mucontext(context), &cq->db);
443 mlx4_ib_db_unmap_user(to_mucontext(cq->uobject->context), &mcq->db);
H A Dmlx4_ib.h186 static inline struct mlx4_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext) function
H A Dmain.c379 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext);
398 to_mucontext(context)->uar.pfn,
405 to_mucontext(context)->uar.pfn +
H A Dqp.c505 err = mlx4_ib_db_map_user(to_mucontext(pd->uobject->context),
584 mlx4_ib_db_unmap_user(to_mucontext(pd->uobject->context),
688 mlx4_ib_db_unmap_user(to_mucontext(qp->ibqp.uobject->context),
953 context->usr_page = cpu_to_be32(to_mucontext(ibqp->uobject->context)->uar.index);

Completed in 103 milliseconds