Lines Matching refs:info

582 	struct myrs_ctlr_info *info = cs->ctlr_info;
600 model_len = sizeof(info->ctlr_name);
603 memcpy(model, info->ctlr_name, model_len);
612 info->fw_major_version, info->fw_minor_version,
613 info->fw_turn_number);
614 if (info->fw_major_version == 6 &&
615 info->fw_minor_version == 0 &&
616 info->fw_turn_number < 1) {
625 shost->max_channel = info->physchan_present + info->virtchan_present;
626 shost->max_id = info->max_targets[0];
628 if (!info->max_targets[i])
630 if (shost->max_id < info->max_targets[i])
631 shost->max_id = info->max_targets[i];
642 shost->can_queue = info->max_tcq - 3;
645 shost->max_sectors = info->max_transfer_size;
646 shost->sg_tablesize = info->max_sge;
654 fw_version, info->physchan_present, info->mem_size_mb);
663 for (i = 0; i < info->physchan_max; i++) {
664 if (!info->max_targets[i])
668 i, info->max_targets[i]);
672 info->physchan_present, info->physchan_max,
673 info->pdisk_present, info->pdev_present);
677 info->virtchan_present, info->virtchan_max,
678 info->ldev_present);
1341 struct myrs_ctlr_info *info = cs->ctlr_info;
1345 if (info->cpu[0].cpu_count) {
1348 if (tbl[i].type == info->cpu[0].cpu_type) {
1354 if (info->cpu[1].cpu_count) {
1357 if (tbl[i].type == info->cpu[1].cpu_type) {
1366 info->cpu[0].cpu_name,
1367 first_processor, info->cpu[0].cpu_count,
1368 info->cpu[1].cpu_name,
1369 second_processor, info->cpu[1].cpu_count);
1372 info->cpu[0].cpu_name,
1373 first_processor, info->cpu[0].cpu_count);
1376 info->cpu[1].cpu_name,
1377 second_processor, info->cpu[1].cpu_count);
2107 struct myrs_ctlr_info *info = cs->ctlr_info;
2136 if (info->bg_init_active +
2137 info->ldev_init_active +
2138 info->pdev_init_active +
2139 info->cc_active +
2140 info->rbld_active +
2141 info->exp_active != 0) {
2148 if (sdev->channel < info->physchan_present)