Home
last modified time | relevance | path

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

/linux-6.6.21/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.c29 [IB_QPS_ERR] = SIW_QP_STATE_ERROR
614 qp_attrs.state = SIW_QP_STATE_ERROR; in siw_destroy_qp()
777 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_send()
797 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_send()
1019 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_receive()
1039 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_receive()
Dsiw_main.c382 qp_attrs.state = SIW_QP_STATE_ERROR; in siw_netdev_down()
Dsiw.h221 SIW_QP_STATE_ERROR, enumerator