Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/sw/siw/
Dsiw_qp.c24 [SIW_QP_STATE_ERROR] = "ERROR"
142 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_llp_close()
152 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_llp_close()
687 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_idle()
689 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_idle()
720 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_rts()
737 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_rts()
753 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_rts()
767 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_term()
769 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_term()
[all …]
Dsiw_verbs.c28 [IB_QPS_ERR] = SIW_QP_STATE_ERROR
606 qp_attrs.state = SIW_QP_STATE_ERROR; in siw_destroy_qp()
736 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_send()
756 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_send()
978 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_receive()
998 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_receive()
Dsiw_main.c456 qp_attrs.state = SIW_QP_STATE_ERROR; in siw_netdev_down()
Dsiw.h221 SIW_QP_STATE_ERROR, enumerator