Lines Matching refs:fmsg
1038 char *fmsg = NULL; in isp_handle_ctio2() local
1074 fmsg = "TARGET RESET"; in isp_handle_ctio2()
1077 if (fmsg == NULL) in isp_handle_ctio2()
1078 fmsg = "LIP Reset"; in isp_handle_ctio2()
1086 if (fmsg == NULL) { in isp_handle_ctio2()
1087 fmsg = "ABORT"; in isp_handle_ctio2()
1090 isp_prt(isp, ISP_LOGTDEBUG0, "CTIO2 destroyed by %s: RX_ID=0x%x", fmsg, ct->ct_rxid); in isp_handle_ctio2()
1101 fmsg = "failure to reconnect to initiator"; in isp_handle_ctio2()
1104 if (fmsg == NULL) in isp_handle_ctio2()
1105 fmsg = "command"; in isp_handle_ctio2()
1106 isp_prt(isp, ISP_LOGWARN, "Firmware timed out on %s", fmsg); in isp_handle_ctio2()
1110 fmsg = "Completed with Error"; in isp_handle_ctio2()
1113 if (fmsg == NULL) in isp_handle_ctio2()
1114 fmsg = "Port Logout"; in isp_handle_ctio2()
1117 if (fmsg == NULL) in isp_handle_ctio2()
1118 fmsg = "Port not available"; in isp_handle_ctio2()
1121 if (fmsg == NULL) in isp_handle_ctio2()
1122 fmsg = "Port Changed"; in isp_handle_ctio2()
1125 if (fmsg == NULL) in isp_handle_ctio2()
1126 fmsg = "unacknowledged Immediate Notify pending"; in isp_handle_ctio2()
1127 isp_prt(isp, ISP_LOGWARN, "CTIO returned by f/w- %s", fmsg); in isp_handle_ctio2()
1193 char *fmsg = NULL; in isp_handle_ctio7() local
1221 if (fmsg == NULL) { in isp_handle_ctio7()
1222 fmsg = "LIP Reset"; in isp_handle_ctio7()
1231 if (fmsg == NULL) { in isp_handle_ctio7()
1232 fmsg = "ABORT"; in isp_handle_ctio7()
1234 isp_prt(isp, ISP_LOGTDEBUG0, "CTIO7 destroyed by %s: RX_ID=0x%x", fmsg, ct->ct_rxid); in isp_handle_ctio7()
1238 if (fmsg == NULL) { in isp_handle_ctio7()
1239 fmsg = "command"; in isp_handle_ctio7()
1241 isp_prt(isp, ISP_LOGWARN, "Firmware timed out on %s", fmsg); in isp_handle_ctio7()
1245 fmsg = "Completed with Error"; in isp_handle_ctio7()
1248 if (fmsg == NULL) { in isp_handle_ctio7()
1249 fmsg = "Port Logout"; in isp_handle_ctio7()
1253 if (fmsg == NULL) { in isp_handle_ctio7()
1254 fmsg = "Port not available"; in isp_handle_ctio7()
1258 if (fmsg == NULL) { in isp_handle_ctio7()
1259 fmsg = "Port Changed"; in isp_handle_ctio7()
1261 isp_prt(isp, ISP_LOGWARN, "CTIO returned by f/w- %s", fmsg); in isp_handle_ctio7()