Lines Matching refs:req
422 const struct ib_cm_req_event_param *req,
435 rep.rnr_retry_count = req->rnr_retry_count;
1089 struct ib_cm_req_param req = {};
1094 req.primary_path = pathrec;
1095 req.alternate_path = NULL;
1096 req.service_id = cpu_to_be64(IPOIB_CM_IETF_ID | qpn);
1097 req.qp_num = qp->qp_num;
1098 req.qp_type = qp->qp_type;
1099 req.private_data = &data;
1100 req.private_data_len = sizeof(data);
1101 req.flow_control = 0;
1103 req.starting_psn = 0; /* FIXME */
1109 req.responder_resources = 4;
1110 req.remote_cm_response_timeout = 20;
1111 req.local_cm_response_timeout = 20;
1112 req.retry_count = 0; /* RFC draft warns against retries */
1113 req.rnr_retry_count = 0; /* RFC draft warns against retries */
1114 req.max_cm_retries = 15;
1115 req.srq = ipoib_cm_has_srq(dev);
1116 return ib_send_cm_req(id, &req);
1178 ipoib_warn(priv, "failed to send cm req: %d\n", ret);