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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 114 milliseconds