Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
A 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()
659 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_idle()
661 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_idle()
709 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_rts()
725 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_rts()
739 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_term()
741 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_term()
770 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_close()
[all …]
A Dsiw_verbs.c28 [SIW_QP_STATE_ERROR] = IB_QPS_ERR
38 [IB_QPS_ERR] = SIW_QP_STATE_ERROR
625 qp_attrs.state = SIW_QP_STATE_ERROR; in siw_destroy_qp()
785 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_send()
805 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_send()
1027 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_receive()
1047 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_receive()
A Dsiw.h217 SIW_QP_STATE_ERROR, enumerator

Completed in 13 milliseconds