Lines Matching refs:qp

180 	return cma_id->qp;  in isert_create_qp()
190 isert_conn->qp = isert_create_qp(isert_conn, comp, cma_id); in isert_conn_setup_qp()
191 if (IS_ERR(isert_conn->qp)) { in isert_conn_setup_qp()
192 ret = PTR_ERR(isert_conn->qp); in isert_conn_setup_qp()
812 if (isert_conn->qp) { in isert_connect_release()
813 struct isert_comp *comp = isert_conn->qp->recv_cq->cq_context; in isert_connect_release()
816 ib_destroy_qp(isert_conn->qp); in isert_connect_release()
830 struct isert_conn *isert_conn = cma_id->qp->qp_context; in isert_connected_handler()
931 struct isert_conn *isert_conn = cma_id->qp->qp_context; in isert_disconnected_handler()
960 struct isert_conn *isert_conn = cma_id->qp->qp_context; in isert_connect_error()
1029 ret = ib_post_recv(isert_conn->qp, isert_conn->rx_wr, in isert_post_recv()
1058 ret = ib_post_send(isert_conn->qp, &send_wr, &send_wr_failed); in isert_post_send()
1150 ret = ib_post_recv(isert_conn->qp, &rx_wr, &rx_wr_fail); in isert_rdma_post_recvl()
2102 isert_conn = wc->qp->qp_context; in isert_handle_wc()
2158 ret = ib_post_send(isert_conn->qp, &isert_cmd->tx_desc.send_wr, in isert_post_response()
2637 ret = ib_post_send(isert_conn->qp, wr, &bad_wr); in isert_fast_reg_mr()
2750 ret = ib_post_send(isert_conn->qp, wr, &bad_wr); in isert_reg_sig_mr()
2954 rc = ib_post_send(isert_conn->qp, wr->send_wr, &wr_failed); in isert_put_datain()
2988 rc = ib_post_send(isert_conn->qp, wr->send_wr, &wr_failed); in isert_get_dataout()
3368 if (ib_post_recv(isert_conn->qp, &isert_conn->beacon, &bad_wr)) { in isert_wait4flush()