Lines Matching refs:cntxt_pd
391 return (uctx->cntxt_pd == pd); in is_ucontext_pd()
416 uctx->cntxt_pd = get_ocrdma_pd(pd); in ocrdma_alloc_ucontext_pd()
418 status = _ocrdma_alloc_pd(dev, uctx->cntxt_pd, uctx, udata); in ocrdma_alloc_ucontext_pd()
420 kfree(uctx->cntxt_pd); in ocrdma_alloc_ucontext_pd()
424 uctx->cntxt_pd->uctx = uctx; in ocrdma_alloc_ucontext_pd()
425 uctx->cntxt_pd->ibpd.device = &dev->ibdev; in ocrdma_alloc_ucontext_pd()
432 struct ocrdma_pd *pd = uctx->cntxt_pd; in ocrdma_dealloc_ucontext_pd()
439 uctx->cntxt_pd = NULL; in ocrdma_dealloc_ucontext_pd()
451 pd = uctx->cntxt_pd; in ocrdma_get_ucontext_pd()
943 uresp.db_page_addr = ocrdma_get_db_addr(dev, uctx->cntxt_pd->id); in ocrdma_copy_cq_uresp()
994 pd_id = uctx->cntxt_pd->id; in ocrdma_create_cq()
1072 pdid = cq->ucontext->cntxt_pd->id; in ocrdma_destroy_cq()