Lines Matching refs:cm_id
1467 struct iw_cm_id *cm_id; in nes_destroy_qp() local
1482 (nesqp->ibqp_state == IB_QPS_RTR)) && (nesqp->cm_id)) { in nes_destroy_qp()
1483 cm_id = nesqp->cm_id; in nes_destroy_qp()
1486 cm_event.local_addr = cm_id->local_addr; in nes_destroy_qp()
1487 cm_event.remote_addr = cm_id->remote_addr; in nes_destroy_qp()
1493 nesqp->hwqp.qp_id, cm_id, atomic_read(&nesqp->refcount)); in nes_destroy_qp()
1495 cm_id->rem_ref(cm_id); in nes_destroy_qp()
1496 ret = cm_id->event_handler(cm_id, &cm_event); in nes_destroy_qp()
2983 if (nesqp->cm_id == NULL) { in nes_modify_qp()
3141 if (nesqp->cm_id && nesqp->hw_tcp_state != 0) { in nes_modify_qp()
3158 if (nesqp->cm_id) { in nes_modify_qp()
3161 nesqp->cm_id->add_ref(nesqp->cm_id); in nes_modify_qp()