Home | History | Annotate | Download | only in engines

Lines Matching defs:qp

98 	struct ibv_qp *qp;
369 rd->qp = rd->child_cm_id->qp;
375 rd->qp = rd->cm_id->qp;
637 if (ibv_post_send(rd->qp, &r_io_u_d->sq_wr, &bad_wr) != 0) {
664 if (ibv_post_recv(rd->qp, &r_io_u_d->rq_wr, &bad_wr) !=
673 if (ibv_post_recv(rd->qp, &rd->rq_wr, &bad_wr) != 0) {
787 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) {
835 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) {
867 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) {
893 ibv_destroy_qp(rd->qp);
956 /* create qp and buffer */
964 err = ibv_post_recv(rd->qp, &rd->rq_wr, &bad_wr);
1007 if (ibv_post_recv(rd->qp, &rd->rq_wr, &bad_wr) != 0) {