Home
last modified time | relevance | path

Searched refs:ibqp_state (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_verbs.h149 enum ib_qp_state ibqp_state; member
Di40iw_verbs.c453 if (iwqp->ibqp_state >= IB_QPS_INIT && iwqp->ibqp_state < IB_QPS_RTS) in i40iw_destroy_qp()
981 iwqp->ibqp_state = attr->qp_state; in i40iw_modify_qp()
1028 if (issue_modify_qp && (iwqp->ibqp_state > IB_QPS_RTS)) { in i40iw_modify_qp()
Di40iw_hw.c338 (iwqp->ibqp_state == IB_QPS_RTS)) { in i40iw_process_aeq()
Di40iw_cm.c1170 iwqp->ibqp_state = IB_QPS_ERR; in i40iw_handle_close_entry()
3529 original_ibqp_state = iwqp->ibqp_state; in i40iw_cm_disconn_true()
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_verbs.h152 enum ib_qp_state ibqp_state; member
Dnes_verbs.c1348 if (nesqp->ibqp_state >= IB_QPS_INIT && nesqp->ibqp_state <= IB_QPS_RTS) { in nes_destroy_qp()
1354 if (((nesqp->ibqp_state == IB_QPS_INIT) || in nes_destroy_qp()
1355 (nesqp->ibqp_state == IB_QPS_RTR)) && (nesqp->cm_id)) { in nes_destroy_qp()
2732 nesqp->hwqp.qp_id, attr->qp_state, nesqp->ibqp_state, in nes_modify_qp()
2872 nesqp->ibqp_state = attr->qp_state; in nes_modify_qp()
2922 if ((issue_modify_qp) && (nesqp->ibqp_state > IB_QPS_RTS)) { in nes_modify_qp()
3032 if (nesqp->ibqp_state > IB_QPS_RTS) { in nes_post_send()
3295 if (nesqp->ibqp_state > IB_QPS_RTS) { in nes_post_recv()
Dnes_cm.c820 nesqp->ibqp_state = IB_QPS_ERR; in handle_recv_entry()
2910 original_ibqp_state = nesqp->ibqp_state; in nes_cm_disconn_true()
Dnes_hw.c3543 (nesqp->ibqp_state == IB_QPS_RTS)) { in nes_process_iwarp_aeqe()