Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/ocrdma/
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()
991 pd_id = uctx->cntxt_pd->id; in ocrdma_create_cq()
[all …]
A Docrdma.h437 struct ocrdma_pd *cntxt_pd; member

Completed in 12 milliseconds