Searched refs:ib_umem_get (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_umem.h64 struct ib_umem *ib_umem_get(struct ib_ucontext *context, unsigned long addr,
73 static inline struct ib_umem *ib_umem_get(struct ib_ucontext *context, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c65 page->umem = ib_umem_get(&context->ibucontext, virt & PAGE_MASK,
H A Dmr.c138 mr->umem = ib_umem_get(pd->uobject->context, start, length,
H A Dsrq.c114 srq->umem = ib_umem_get(pd->uobject->context, ucmd.buf_addr,
H A Dcq.c141 *umem = ib_umem_get(context, buf_addr, cqe * sizeof (struct mlx4_cqe),
H A Dqp.c488 qp->umem = ib_umem_get(pd->uobject->context, ucmd.buf_addr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dumem.c70 * ib_umem_get - Pin and DMA map userspace memory.
77 struct ib_umem *ib_umem_get(struct ib_ucontext *context, unsigned long addr, function
218 EXPORT_SYMBOL(ib_umem_get); variable
232 * ib_umem_release - release memory pinned with ib_umem_get
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_mr.c200 umem = ib_umem_get(pd->uobject->context, start, length,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_mr.c210 umem = ib_umem_get(pd->uobject->context, start, length,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c455 c2mr->umem = ib_umem_get(pd->uobject->context, start, length, acc, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dmem.c577 mhp->umem = ib_umem_get(pd->uobject->context, start, length, acc, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c631 mhp->umem = ib_umem_get(pd->uobject->context, start, length, acc, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1037 mr->umem = ib_umem_get(pd->uobject->context, start, length, acc,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c361 e_mr->umem = ib_umem_get(pd->uobject->context, start, length,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_verbs.c2337 region = ib_umem_get(pd->uobject->context, start, length, acc, 0);

Completed in 101 milliseconds