Home
last modified time | relevance | path

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

/linux-3.4.99/include/rdma/
Dib_user_verbs.h648 __u32 ah_handle; member
652 __u32 ah_handle; member
/linux-3.4.99/drivers/infiniband/core/
Duverbs_cmd.c229 static struct ib_ah *idr_read_ah(int ah_handle, struct ib_ucontext *context) in idr_read_ah() argument
231 return idr_read_obj(&ib_uverbs_ah_idr, ah_handle, context, 0); in idr_read_ah()
2309 resp.ah_handle = uobj->id; in ib_uverbs_create_ah()
2354 uobj = idr_write_uobj(&ib_uverbs_ah_idr, cmd.ah_handle, file->ucontext); in ib_uverbs_destroy_ah()