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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_user_verbs.h613 __u32 ah_handle; member in struct:ib_uverbs_create_ah_resp
617 __u32 ah_handle; member in struct:ib_uverbs_destroy_ah
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_cmd.c225 static struct ib_ah *idr_read_ah(int ah_handle, struct ib_ucontext *context) argument
227 return idr_read_obj(&ib_uverbs_ah_idr, ah_handle, context, 0);
1781 resp.ah_handle = uobj->id;
1826 uobj = idr_write_uobj(&ib_uverbs_ah_idr, cmd.ah_handle, file->ucontext);

Completed in 45 milliseconds