Home
last modified time | relevance | path

Searched refs:cntxt_pd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c389 return (uctx->cntxt_pd == pd); in is_ucontext_pd()
414 uctx->cntxt_pd = get_ocrdma_pd(pd); in ocrdma_alloc_ucontext_pd()
416 status = _ocrdma_alloc_pd(dev, uctx->cntxt_pd, uctx, udata); in ocrdma_alloc_ucontext_pd()
418 kfree(uctx->cntxt_pd); in ocrdma_alloc_ucontext_pd()
422 uctx->cntxt_pd->uctx = uctx; in ocrdma_alloc_ucontext_pd()
423 uctx->cntxt_pd->ibpd.device = &dev->ibdev; in ocrdma_alloc_ucontext_pd()
430 struct ocrdma_pd *pd = uctx->cntxt_pd; in ocrdma_dealloc_ucontext_pd()
437 uctx->cntxt_pd = NULL; in ocrdma_dealloc_ucontext_pd()
449 pd = uctx->cntxt_pd; in ocrdma_get_ucontext_pd()
941 uresp.db_page_addr = ocrdma_get_db_addr(dev, uctx->cntxt_pd->id); in ocrdma_copy_cq_uresp()
[all …]
H A Docrdma.h437 struct ocrdma_pd *cntxt_pd; member