Lines Matching refs:cm_id
1447 struct iw_cm_id *cm_id; in nes_destroy_qp() local
1462 (nesqp->ibqp_state == IB_QPS_RTR)) && (nesqp->cm_id)) { in nes_destroy_qp()
1463 cm_id = nesqp->cm_id; in nes_destroy_qp()
1466 cm_event.local_addr = cm_id->local_addr; in nes_destroy_qp()
1467 cm_event.remote_addr = cm_id->remote_addr; in nes_destroy_qp()
1473 nesqp->hwqp.qp_id, cm_id, atomic_read(&nesqp->refcount)); in nes_destroy_qp()
1475 cm_id->rem_ref(cm_id); in nes_destroy_qp()
1476 ret = cm_id->event_handler(cm_id, &cm_event); in nes_destroy_qp()
2975 if (nesqp->cm_id == NULL) { in nes_modify_qp()
3133 if (nesqp->cm_id && nesqp->hw_tcp_state != 0) { in nes_modify_qp()
3150 if (nesqp->cm_id) { in nes_modify_qp()
3153 nesqp->cm_id->add_ref(nesqp->cm_id); in nes_modify_qp()