Lines Matching refs:ib_post_send
730 rc = ib_post_send(info->id->qp, &send_wr, NULL);
735 log_rdma_send(ERR, "ib_post_send failed rc=%d\n", rc);
812 rc = ib_post_send(info->id->qp, &send_wr, NULL);
814 log_rdma_send(ERR, "ib_post_send failed rc=%d\n", rc);
2427 * There is no need for waiting for complemtion on ib_post_send
2429 * on the next ib_post_send when we actaully send I/O to remote peer
2431 rc = ib_post_send(info->id->qp, ®_wr->wr, NULL);
2435 log_rdma_mr(ERR, "ib_post_send failed rc=%x reg_wr->key=%x\n",
2491 rc = ib_post_send(info->id->qp, wr, NULL);
2493 log_rdma_mr(ERR, "ib_post_send failed rc=%x\n", rc);