Searched refs:real_wr (Results 1 – 1 of 1) sorted by relevance
371 struct ibv_recv_wr *real_wr, *head_wr = NULL, *tail_wr = NULL, *real_bad_wr; in post_srq_recv_wrapper_1_0() local375 real_wr = alloca(sizeof *real_wr); in post_srq_recv_wrapper_1_0()376 real_wr->wr_id = w->wr_id; in post_srq_recv_wrapper_1_0()377 real_wr->sg_list = w->sg_list; in post_srq_recv_wrapper_1_0()378 real_wr->num_sge = w->num_sge; in post_srq_recv_wrapper_1_0()379 real_wr->next = NULL; in post_srq_recv_wrapper_1_0()381 tail_wr->next = real_wr; in post_srq_recv_wrapper_1_0()383 head_wr = real_wr; in post_srq_recv_wrapper_1_0()385 tail_wr = real_wr; in post_srq_recv_wrapper_1_0()392 for (real_wr = head_wr, w = wr; in post_srq_recv_wrapper_1_0()[all …]