Lines Matching refs:ib_cm
226 ib_cm_notify(ch->ib_cm.cm_id, event->event); in srpt_qp_event()
1157 ret = ib_cm_init_qp_attr(ch->ib_cm.cm_id, &qp_attr, &attr_mask); in srpt_ch_qp_rtr()
1187 ret = ib_cm_init_qp_attr(ch->ib_cm.cm_id, &qp_attr, &attr_mask); in srpt_ch_qp_rts()
1945 ret = ib_send_cm_dreq(ch->ib_cm.cm_id, NULL, 0); in srpt_disconnect_ch()
1947 ret = ib_send_cm_drep(ch->ib_cm.cm_id, NULL, 0); in srpt_disconnect_ch()
2098 ib_destroy_cm_id(ch->ib_cm.cm_id); in srpt_release_channel_work()
2152 struct ib_cm_rep_param ib_cm; in srpt_cm_req_recv() member
2226 ch->ib_cm.cm_id = ib_cm_id; in srpt_cm_req_recv()
2424 rep_param->ib_cm.qp_num = ch->qp->qp_num; in srpt_cm_req_recv()
2425 rep_param->ib_cm.private_data = (void *)rsp; in srpt_cm_req_recv()
2426 rep_param->ib_cm.private_data_len = sizeof(*rsp); in srpt_cm_req_recv()
2427 rep_param->ib_cm.rnr_retry_count = 7; in srpt_cm_req_recv()
2428 rep_param->ib_cm.flow_control = 1; in srpt_cm_req_recv()
2429 rep_param->ib_cm.failover_accepted = 0; in srpt_cm_req_recv()
2430 rep_param->ib_cm.srq = 1; in srpt_cm_req_recv()
2431 rep_param->ib_cm.responder_resources = 4; in srpt_cm_req_recv()
2432 rep_param->ib_cm.initiator_depth = 4; in srpt_cm_req_recv()
2444 ret = ib_send_cm_rep(ib_cm_id, &rep_param->ib_cm); in srpt_cm_req_recv()