Lines Matching defs:info
825 static u8 aac_eh_tmf_lun_reset_fib(struct aac_hba_map_info *info,
835 tmf->it_nexus = info->rmw_nexus;
849 static u8 aac_eh_tmf_hard_reset_fib(struct aac_hba_map_info *info,
858 rst->it_nexus = info->rmw_nexus;
873 struct aac_hba_map_info *info = context;
893 info->reset_state = res;
906 struct aac_hba_map_info *info;
920 info = &aac->hba_map[bus][cid];
922 if (!(info->devtype == AAC_DEVTYPE_NATIVE_RAW &&
923 !(info->reset_state > 0)))
934 command = aac_eh_tmf_lun_reset_fib(info, fib, dev->lun);
936 info->reset_state = 1;
940 (void *) info);
942 info->reset_state = 0;
949 if (info->reset_state == 0) {
950 ret = info->reset_state == 0 ? SUCCESS : FAILED;
969 struct aac_hba_map_info *info;
983 info = &aac->hba_map[bus][cid];
985 if (!(info->devtype == AAC_DEVTYPE_NATIVE_RAW &&
986 !(info->reset_state > 0)))
998 command = aac_eh_tmf_hard_reset_fib(info, fib);
1000 info->reset_state = 2;
1004 (void *) info);
1007 info->reset_state = 0;
1015 if (info->reset_state <= 0) {
1016 ret = info->reset_state == 0 ? SUCCESS : FAILED;
1048 struct aac_hba_map_info *info;
1056 info = &aac->hba_map[bus][cid];
1058 info->devtype != AAC_DEVTYPE_NATIVE_RAW) {
1118 struct aac_hba_map_info *info;
1122 info = &aac->hba_map[bus][cid];
1123 if (info->devtype == AAC_DEVTYPE_NATIVE_RAW)
1124 info->reset_state = 0;
1482 .info = aac_info,