Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_qp.c19 [SIW_QP_STATE_IDLE] = "IDLE",
140 case SIW_QP_STATE_IDLE: in siw_qp_llp_close()
154 qp->attrs.state = SIW_QP_STATE_IDLE; in siw_qp_llp_close()
787 case SIW_QP_STATE_IDLE: in siw_qp_nextstate_from_close()
789 qp->attrs.state = SIW_QP_STATE_IDLE; in siw_qp_nextstate_from_close()
844 case SIW_QP_STATE_IDLE: in siw_qp_modify()
H A Dsiw_verbs.c22 [IB_QPS_RESET] = SIW_QP_STATE_IDLE,
23 [IB_QPS_INIT] = SIW_QP_STATE_IDLE,
432 qp->attrs.state = SIW_QP_STATE_IDLE; in siw_create_qp()
H A Dsiw.h215 SIW_QP_STATE_IDLE, enumerator