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

/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c157 struct ibv_ah *real_ah; member in struct:ibv_ah_1_0
357 real_wr->wr.ud.ah = w->wr.ud.ah->real_ah;
854 struct ibv_ah *real_ah; local
861 real_ah = ibv_create_ah(pd->real_pd, attr);
862 if (!real_ah) {
869 ah->real_ah = real_ah;
879 ret = ibv_destroy_ah(ah->real_ah);

Completed in 93 milliseconds