Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Duverbs_cmd.c207 static struct ib_pd *idr_read_pd(int pd_handle, struct ib_ucontext *context) in idr_read_pd() argument
209 return idr_read_obj(&ib_uverbs_pd_idr, pd_handle, context, 0); in idr_read_pd()
508 resp.pd_handle = uobj->id; in ib_uverbs_alloc_pd()
548 uobj = idr_write_uobj(&ib_uverbs_pd_idr, cmd.pd_handle, file->ucontext); in ib_uverbs_dealloc_pd()
612 pd = idr_read_pd(cmd.pd_handle, file->ucontext); in ib_uverbs_reg_mr()
1049 pd = idr_read_pd(cmd.pd_handle, file->ucontext); in ib_uverbs_create_qp()
1762 pd = idr_read_pd(cmd.pd_handle, file->ucontext); in ib_uverbs_create_ah()
1977 pd = idr_read_pd(cmd.pd_handle, file->ucontext); in ib_uverbs_create_srq()