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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/nes/
H A Dnes_verbs.h147 enum ib_qp_state ibqp_state; member in struct:nes_qp
H A Dnes_verbs.c221 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)) {
2937 nesqp->hwqp.qp_id, attr->qp_state, nesqp->ibqp_state,
3076 nesqp->ibqp_state = attr->qp_state;
3135 if ((issue_modify_qp) && (nesqp->ibqp_state > IB_QPS_RTS)) {
3278 if (nesqp->ibqp_state > IB_QPS_RT
[all...]
H A Dnes_cm.c545 nesqp->ibqp_state = IB_QPS_ERR;
2589 original_ibqp_state = nesqp->ibqp_state;
H A Dnes_hw.c3472 (nesqp->ibqp_state == IB_QPS_RTS) &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_verbs.h147 enum ib_qp_state ibqp_state; member in struct:nes_qp
H A Dnes_verbs.c221 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)) {
2937 nesqp->hwqp.qp_id, attr->qp_state, nesqp->ibqp_state,
3076 nesqp->ibqp_state = attr->qp_state;
3135 if ((issue_modify_qp) && (nesqp->ibqp_state > IB_QPS_RTS)) {
3278 if (nesqp->ibqp_state > IB_QPS_RT
[all...]
H A Dnes_cm.c545 nesqp->ibqp_state = IB_QPS_ERR;
2589 original_ibqp_state = nesqp->ibqp_state;
H A Dnes_hw.c3472 (nesqp->ibqp_state == IB_QPS_RTS) &&

Completed in 147 milliseconds