Searched refs:ibqp_state (Results 1 - 4 of 4) sorted by path

/drivers/infiniband/hw/nes/
H A Dnes_cm.c914 nesqp->ibqp_state = IB_QPS_ERR;
3033 original_ibqp_state = nesqp->ibqp_state;
H A Dnes_hw.c3593 (nesqp->ibqp_state == IB_QPS_RTS)) {
H A Dnes_verbs.c225 if (nesqp->ibqp_state > IB_QPS_RTS)
1475 if (nesqp->ibqp_state >= IB_QPS_INIT && nesqp->ibqp_state <= IB_QPS_RTS) {
1476 /* if (nesqp->ibqp_state == IB_QPS_RTS) { */
1481 if (((nesqp->ibqp_state == IB_QPS_INIT) ||
1482 (nesqp->ibqp_state == IB_QPS_RTR)) && (nesqp->cm_id)) {
2944 nesqp->hwqp.qp_id, attr->qp_state, nesqp->ibqp_state,
3084 nesqp->ibqp_state = attr->qp_state;
3134 if ((issue_modify_qp) && (nesqp->ibqp_state > IB_QPS_RTS)) {
3275 if (nesqp->ibqp_state > IB_QPS_RT
[all...]
H A Dnes_verbs.h148 enum ib_qp_state ibqp_state; member in struct:nes_qp

Completed in 72 milliseconds