Searched refs:head_wr (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/ofed/libibverbs/ |
| H A D | compat-1_0.c | 370 struct ibv_recv_wr *real_wr, *head_wr = NULL, *tail_wr = NULL, *real_bad_wr; in post_srq_recv_wrapper_1_0() local 382 head_wr = real_wr; in post_srq_recv_wrapper_1_0() 387 ret = srq->context->real_context->ops.post_srq_recv(srq->real_srq, head_wr, in post_srq_recv_wrapper_1_0() 391 for (real_wr = head_wr, w = wr; in post_srq_recv_wrapper_1_0() 407 struct ibv_send_wr *real_wr, *head_wr = NULL, *tail_wr = NULL, *real_bad_wr; in post_send_wrapper_1_0() local 463 head_wr = real_wr; in post_send_wrapper_1_0() 468 ret = qp->context->real_context->ops.post_send(qp->real_qp, head_wr, in post_send_wrapper_1_0() 472 for (real_wr = head_wr, w = wr; in post_send_wrapper_1_0() 488 struct ibv_recv_wr *real_wr, *head_wr = NULL, *tail_wr = NULL, *real_bad_wr; in post_recv_wrapper_1_0() local 500 head_wr = real_wr; in post_recv_wrapper_1_0() [all …]
|