Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_qp.c20 [SIW_QP_STATE_IDLE] = "IDLE",
143 case SIW_QP_STATE_IDLE: in siw_qp_llp_close()
157 qp->attrs.state = SIW_QP_STATE_IDLE; in siw_qp_llp_close()
790 case SIW_QP_STATE_IDLE: in siw_qp_nextstate_from_close()
792 qp->attrs.state = SIW_QP_STATE_IDLE; in siw_qp_nextstate_from_close()
847 case SIW_QP_STATE_IDLE: in siw_qp_modify()
Dsiw_verbs.c23 [SIW_QP_STATE_IDLE] = IB_QPS_INIT,
32 [IB_QPS_RESET] = SIW_QP_STATE_IDLE,
33 [IB_QPS_INIT] = SIW_QP_STATE_IDLE,
431 qp->attrs.state = SIW_QP_STATE_IDLE; in siw_create_qp()
Dsiw.h213 SIW_QP_STATE_IDLE, enumerator