Home
last modified time | relevance | path

Searched refs:QP_STATE_ERROR (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A Drxe_qp.c548 qp->req.state = QP_STATE_ERROR; in rxe_qp_error()
549 qp->resp.state = QP_STATE_ERROR; in rxe_qp_error()
550 qp->comp.state = QP_STATE_ERROR; in rxe_qp_error()
A Drxe_comp.c587 if (!qp->valid || qp->comp.state == QP_STATE_ERROR || in rxe_completer()
590 qp->comp.state == QP_STATE_ERROR); in rxe_completer()
A Drxe_verbs.h113 QP_STATE_ERROR enumerator
A Drxe_req.c663 if (unlikely(qp->req.state == QP_STATE_ERROR)) { in rxe_requester()
843 qp->req.state = QP_STATE_ERROR; in rxe_requester()
A Drxe_resp.c72 if (qp->resp.state == QP_STATE_ERROR) { in get_req()
337 if (qp->resp.state == QP_STATE_ERROR) { in check_resource()
1166 if (unlikely(qp->resp.state == QP_STATE_ERROR)) in do_complete()
A Drxe_verbs.c683 if (unlikely(qp->req.state == QP_STATE_ERROR)) in rxe_post_send_kernel()
743 if (qp->resp.state == QP_STATE_ERROR) in rxe_post_recv()

Completed in 14 milliseconds