Lines Matching defs:info
585 struct myrs_ctlr_info *info = cs->ctlr_info;
603 model_len = sizeof(info->ctlr_name);
606 memcpy(model, info->ctlr_name, model_len);
615 info->fw_major_version, info->fw_minor_version,
616 info->fw_turn_number);
617 if (info->fw_major_version == 6 &&
618 info->fw_minor_version == 0 &&
619 info->fw_turn_number < 1) {
628 shost->max_channel = info->physchan_present + info->virtchan_present;
629 shost->max_id = info->max_targets[0];
631 if (!info->max_targets[i])
633 if (shost->max_id < info->max_targets[i])
634 shost->max_id = info->max_targets[i];
645 shost->can_queue = info->max_tcq - 3;
648 shost->max_sectors = info->max_transfer_size;
649 shost->sg_tablesize = info->max_sge;
657 fw_version, info->physchan_present, info->mem_size_mb);
666 for (i = 0; i < info->physchan_max; i++) {
667 if (!info->max_targets[i])
671 i, info->max_targets[i]);
675 info->physchan_present, info->physchan_max,
676 info->pdisk_present, info->pdev_present);
680 info->virtchan_present, info->virtchan_max,
681 info->ldev_present);
1343 struct myrs_ctlr_info *info = cs->ctlr_info;
1347 if (info->cpu[0].cpu_count) {
1350 if (tbl[i].type == info->cpu[0].cpu_type) {
1356 if (info->cpu[1].cpu_count) {
1359 if (tbl[i].type == info->cpu[1].cpu_type) {
1368 info->cpu[0].cpu_name,
1369 first_processor, info->cpu[0].cpu_count,
1370 info->cpu[1].cpu_name,
1371 second_processor, info->cpu[1].cpu_count);
1374 info->cpu[0].cpu_name,
1375 first_processor, info->cpu[0].cpu_count);
1378 info->cpu[1].cpu_name,
1379 second_processor, info->cpu[1].cpu_count);
2112 struct myrs_ctlr_info *info = cs->ctlr_info;
2141 if (info->bg_init_active +
2142 info->ldev_init_active +
2143 info->pdev_init_active +
2144 info->cc_active +
2145 info->rbld_active +
2146 info->exp_active != 0) {
2153 if (sdev->channel < info->physchan_present)