Searched refs:cntxt_pd (Results 1 – 2 of 2) sorted by relevance
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()[all …]
437 struct ocrdma_pd *cntxt_pd; member