Home
last modified time | relevance | path

Searched refs:cntxt_pd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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 in ocrdma_copy_cq_uresp()
[all...]
H A Docrdma.h437 struct ocrdma_pd *cntxt_pd; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c391 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 in ocrdma_copy_cq_uresp()
[all...]
H A Docrdma.h437 struct ocrdma_pd *cntxt_pd; member

Completed in 8 milliseconds