Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/sw/rxe/
Drxe_qp.c557 qp->req.state = QP_STATE_ERROR; in rxe_qp_error()
558 qp->resp.state = QP_STATE_ERROR; in rxe_qp_error()
559 qp->comp.state = QP_STATE_ERROR; in rxe_qp_error()
Drxe_comp.c570 if (!qp->valid || qp->comp.state == QP_STATE_ERROR || in rxe_completer()
573 qp->comp.state == QP_STATE_ERROR); in rxe_completer()
Drxe_verbs.h113 QP_STATE_ERROR enumerator
Drxe_req.c641 if (unlikely(qp->req.state == QP_STATE_ERROR)) { in rxe_requester()
819 qp->req.state = QP_STATE_ERROR; in rxe_requester()
Drxe_resp.c102 if (qp->resp.state == QP_STATE_ERROR) { in get_req()
349 if (qp->resp.state == QP_STATE_ERROR) { in check_resource()
1019 if (unlikely(qp->resp.state == QP_STATE_ERROR)) in do_complete()
Drxe_verbs.c699 if (unlikely(qp->req.state == QP_STATE_ERROR)) in rxe_post_send_kernel()
761 if (qp->resp.state == QP_STATE_ERROR) in rxe_post_recv()