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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/rdma/
H A Dib_user_verbs.h617 __u32 ah_handle; member in struct:ib_uverbs_create_ah_resp
621 __u32 ah_handle; member in struct:ib_uverbs_destroy_ah
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/rdma/
H A Dib_user_verbs.h617 __u32 ah_handle; member in struct:ib_uverbs_create_ah_resp
621 __u32 ah_handle; member in struct:ib_uverbs_destroy_ah
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_cmd.c228 static struct ib_ah *idr_read_ah(int ah_handle, struct ib_ucontext *context) argument
230 return idr_read_obj(&ib_uverbs_ah_idr, ah_handle, context, 0);
1822 resp.ah_handle = uobj->id;
1867 uobj = idr_write_uobj(&ib_uverbs_ah_idr, cmd.ah_handle, file->ucontext);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs_cmd.c228 static struct ib_ah *idr_read_ah(int ah_handle, struct ib_ucontext *context) argument
230 return idr_read_obj(&ib_uverbs_ah_idr, ah_handle, context, 0);
1822 resp.ah_handle = uobj->id;
1867 uobj = idr_write_uobj(&ib_uverbs_ah_idr, cmd.ah_handle, file->ucontext);

Completed in 92 milliseconds