Lines Matching refs:ib_cm
232 ib_cm_notify(ch->ib_cm.cm_id, event->event); in srpt_qp_event()
1115 ret = ib_cm_init_qp_attr(ch->ib_cm.cm_id, &qp_attr, &attr_mask); in srpt_ch_qp_rtr()
1145 ret = ib_cm_init_qp_attr(ch->ib_cm.cm_id, &qp_attr, &attr_mask); in srpt_ch_qp_rts()
1881 ret = ib_send_cm_dreq(ch->ib_cm.cm_id, NULL, 0); in srpt_disconnect_ch()
1883 ret = ib_send_cm_drep(ch->ib_cm.cm_id, NULL, 0); in srpt_disconnect_ch()
2037 ib_destroy_cm_id(ch->ib_cm.cm_id); in srpt_release_channel_work()
2086 struct ib_cm_rep_param ib_cm; in srpt_cm_req_recv() member
2158 ch->ib_cm.cm_id = ib_cm_id; in srpt_cm_req_recv()
2309 rep_param->ib_cm.qp_num = ch->qp->qp_num; in srpt_cm_req_recv()
2310 rep_param->ib_cm.private_data = (void *)rsp; in srpt_cm_req_recv()
2311 rep_param->ib_cm.private_data_len = sizeof(*rsp); in srpt_cm_req_recv()
2312 rep_param->ib_cm.rnr_retry_count = 7; in srpt_cm_req_recv()
2313 rep_param->ib_cm.flow_control = 1; in srpt_cm_req_recv()
2314 rep_param->ib_cm.failover_accepted = 0; in srpt_cm_req_recv()
2315 rep_param->ib_cm.srq = 1; in srpt_cm_req_recv()
2316 rep_param->ib_cm.responder_resources = 4; in srpt_cm_req_recv()
2317 rep_param->ib_cm.initiator_depth = 4; in srpt_cm_req_recv()
2329 ret = ib_send_cm_rep(ib_cm_id, &rep_param->ib_cm); in srpt_cm_req_recv()