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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c375 mthca_cleanup_user_db_tab(to_mdev(context->device), &to_mucontext(context)->uar,
376 to_mucontext(context)->db_tab);
377 mthca_uar_free(to_mdev(context->device), &to_mucontext(context)->uar);
378 kfree(to_mucontext(context));
392 to_mucontext(context)->uar.pfn,
476 context = to_mucontext(pd->uobject->context);
523 context = to_mucontext(srq->uobject->context);
555 context = to_mucontext(pd->uobject->context);
594 context = to_mucontext(pd->uobject->context);
653 &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.c110 cpu_to_be32(to_mucontext(pd->ibpd.uobject->context)->uar.index);
132 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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dsrq.c133 err = mlx4_ib_db_map_user(to_mucontext(pd->uobject->context),
194 mlx4_ib_db_unmap_user(to_mucontext(pd->uobject->context), &srq->db);
252 mlx4_ib_db_unmap_user(to_mucontext(srq->uobject->context), &msrq->db);
H A Dcq.c140 err = mlx4_ib_db_map_user(to_mucontext(context), ucmd.db_addr,
145 uar = &to_mucontext(context)->uar;
191 mlx4_ib_db_unmap_user(to_mucontext(context), &cq->db);
222 mlx4_ib_db_unmap_user(to_mucontext(cq->uobject->context), &mcq->db);
H A Dmlx4_ib.h176 static inline struct mlx4_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext) function
H A Dmain.c361 struct mlx4_ib_ucontext *context = to_mucontext(ibcontext);
380 to_mucontext(context)->uar.pfn,
387 to_mucontext(context)->uar.pfn +
H A Dqp.c354 err = mlx4_ib_db_map_user(to_mucontext(pd->uobject->context),
419 mlx4_ib_db_unmap_user(to_mucontext(pd->uobject->context), &qp->db);
514 mlx4_ib_db_unmap_user(to_mucontext(qp->ibqp.uobject->context),
762 context->usr_page = cpu_to_be32(to_mucontext(ibqp->uobject->context)->uar.index);

Completed in 109 milliseconds