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

/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c85 struct ibv_qp **send_qp; member in struct:pingpong_context
177 ctx.send_qp[i] = ibv_create_qp_ex(ctx.context, &init);
178 if (!ctx.send_qp[i]) {
189 if (ibv_modify_qp(ctx.send_qp[i], &mod,
207 ctx.send_qp = calloc(ctx.num_clients, sizeof *ctx.send_qp);
209 if (!ctx.recv_qp || !ctx.send_qp || !ctx.rem_dest)
410 ctx.send_qp[index]->qp_num, ctx.rem_dest[index].recv_psn,
415 ctx.send_qp[index]->qp_num, ctx.rem_dest[index].recv_psn,
516 if (ibv_modify_qp(ctx.send_qp[inde
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1334 struct ib_qp *send_qp = NULL; local
1358 send_qp = sqp->qp;
1418 ret = ib_post_send(send_qp, &wr.wr, &bad_wr);

Completed in 260 milliseconds