Searched refs:send_qp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | xsrq_pingpong.c | 85 struct ibv_qp **send_qp; member 177 ctx.send_qp[i] = ibv_create_qp_ex(ctx.context, &init); in create_qps() 178 if (!ctx.send_qp[i]) { in create_qps() 189 if (ibv_modify_qp(ctx.send_qp[i], &mod, in create_qps() 207 ctx.send_qp = calloc(ctx.num_clients, sizeof *ctx.send_qp); in pp_init_ctx() 209 if (!ctx.recv_qp || !ctx.send_qp || !ctx.rem_dest) in pp_init_ctx() 410 ctx.send_qp[index]->qp_num, ctx.rem_dest[index].recv_psn, in send_local_dest() 415 ctx.send_qp[index]->qp_num, ctx.rem_dest[index].recv_psn, in send_local_dest() 516 if (ibv_modify_qp(ctx.send_qp[index], &attr, in connect_qps() 530 if (ibv_modify_qp(ctx.send_qp[index], &attr, in connect_qps() [all …]
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mad.c | 1335 struct ib_qp *send_qp = NULL; in mlx4_ib_send_to_wire() local 1357 send_qp = sqp->qp; in mlx4_ib_send_to_wire() 1414 ret = ib_post_send(send_qp, &wr.wr, &bad_wr); in mlx4_ib_send_to_wire()
|