Home
last modified time | relevance | path

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

/src/contrib/ofed/libibverbs/
H A Dcompat-1_0.c370 struct ibv_recv_wr *real_wr, *head_wr = NULL, *tail_wr = NULL, *real_bad_wr; in post_srq_recv_wrapper_1_0() local
374 real_wr = alloca(sizeof *real_wr); in post_srq_recv_wrapper_1_0()
375 real_wr->wr_id = w->wr_id; in post_srq_recv_wrapper_1_0()
376 real_wr->sg_list = w->sg_list; in post_srq_recv_wrapper_1_0()
377 real_wr->num_sge = w->num_sge; in post_srq_recv_wrapper_1_0()
378 real_wr->next = NULL; in post_srq_recv_wrapper_1_0()
380 tail_wr->next = real_wr; in post_srq_recv_wrapper_1_0()
382 head_wr = real_wr; in post_srq_recv_wrapper_1_0()
384 tail_wr = real_wr; in post_srq_recv_wrapper_1_0()
391 for (real_wr = head_wr, w = wr; in post_srq_recv_wrapper_1_0()
[all …]