Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
A 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()
688 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_idle()
690 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_idle()
738 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_rts()
754 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_rts()
768 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_term()
770 qp->attrs.state = SIW_QP_STATE_ERROR; in siw_qp_nextstate_from_term()
799 case SIW_QP_STATE_ERROR: in siw_qp_nextstate_from_close()
[all …]
A Dsiw_verbs.c28 [IB_QPS_ERR] = SIW_QP_STATE_ERROR
609 qp_attrs.state = SIW_QP_STATE_ERROR; in siw_destroy_qp()
739 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_send()
759 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_send()
981 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_receive()
1001 if (qp->attrs.state == SIW_QP_STATE_ERROR) { in siw_post_receive()
A Dsiw_main.c411 qp_attrs.state = SIW_QP_STATE_ERROR; in siw_netdev_down()
A Dsiw.h220 SIW_QP_STATE_ERROR, enumerator

Completed in 13 milliseconds