Home
last modified time | relevance | path

Searched refs:SIW_QP_STATE_ERROR (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_qp.c25 [SIW_QP_STATE_ERROR] = "ERROR"
145 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_llp_close()
155 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_llp_close()
691 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_idle()
693 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_idle()
724 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_rts()
741 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_rts()
757 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_rts()
771 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_term()
773 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_term()
[all …]
Dsiw_verbs.c28 [SIW_QP_STATE_ERROR] = IB_QPS_ERR
38 [IB_QPS_ERR] = SIW_QP_STATE_ERROR
613 qp_attrs.state = SIW_QP_STATE_ERROR; in siw_destroy_qp()
776 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_send()
796 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_send()
1018 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_receive()
1038 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_receive()
Dsiw.h218 SIW_QP_STATE_ERROR, enumerator