Searched refs:head_wr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/libibverbs/ |
H A D | compat-1_0.c | 371 struct ibv_recv_wr *real_wr, *head_wr = NULL, *tail_wr = NULL, *real_bad_wr; in post_srq_recv_wrapper_1_0() local 383 head_wr = real_wr; in post_srq_recv_wrapper_1_0() 388 ret = srq->context->real_context->ops.post_srq_recv(srq->real_srq, head_wr, in post_srq_recv_wrapper_1_0() 392 for (real_wr = head_wr, w = wr; in post_srq_recv_wrapper_1_0() 408 struct ibv_send_wr *real_wr, *head_wr = NULL, *tail_wr = NULL, *real_bad_wr; in post_send_wrapper_1_0() local 464 head_wr = real_wr; in post_send_wrapper_1_0() 469 ret = qp->context->real_context->ops.post_send(qp->real_qp, head_wr, in post_send_wrapper_1_0() 473 for (real_wr = head_wr, w = wr; in post_send_wrapper_1_0() 489 struct ibv_recv_wr *real_wr, *head_wr = NULL, *tail_wr = NULL, *real_bad_wr; in post_recv_wrapper_1_0() local 501 head_wr = real_wr; in post_recv_wrapper_1_0() [all …]
|