Lines Matching refs:fmsg
877 char *fmsg = NULL; in isp_handle_ctio() local
919 fmsg = "Bus Device Reset"; in isp_handle_ctio()
922 if (fmsg == NULL) in isp_handle_ctio()
923 fmsg = "Bus Reset"; in isp_handle_ctio()
931 if (fmsg == NULL) in isp_handle_ctio()
932 fmsg = "ABORT TAG message sent by Initiator"; in isp_handle_ctio()
934 isp_prt(isp, ISP_LOGWARN, "CTIO destroyed by %s", fmsg); in isp_handle_ctio()
960 fmsg = "Reselection"; in isp_handle_ctio()
963 if (fmsg == NULL) in isp_handle_ctio()
964 fmsg = "Command"; in isp_handle_ctio()
965 isp_prt(isp, ISP_LOGERR, "Firmware timed out on %s", fmsg); in isp_handle_ctio()
969 if (fmsg == NULL) in isp_handle_ctio()
970 fmsg = "Unrecoverable Error"; in isp_handle_ctio()
973 if (fmsg == NULL) in isp_handle_ctio()
974 fmsg = "Completed with Error"; in isp_handle_ctio()
977 if (fmsg == NULL) in isp_handle_ctio()
978 fmsg = "Phase Sequence Error"; in isp_handle_ctio()
981 if (fmsg == NULL) in isp_handle_ctio()
982 fmsg = "terminated by TERMINATE TRANSFER"; in isp_handle_ctio()
985 if (fmsg == NULL) in isp_handle_ctio()
986 fmsg = "unacknowledged Immediate Notify pending"; in isp_handle_ctio()
987 isp_prt(isp, ISP_LOGERR, "CTIO returned by f/w- %s", fmsg); in isp_handle_ctio()
1037 char *fmsg = NULL; in isp_handle_ctio2() local
1072 fmsg = "TARGET RESET Task Management Function Received"; in isp_handle_ctio2()
1075 if (fmsg == NULL) in isp_handle_ctio2()
1076 fmsg = "LIP Reset"; in isp_handle_ctio2()
1084 if (fmsg == NULL) in isp_handle_ctio2()
1085 fmsg = "ABORT Task Management Function Received"; in isp_handle_ctio2()
1087 isp_prt(isp, ISP_LOGERR, "CTIO2 destroyed by %s", fmsg); in isp_handle_ctio2()
1098 fmsg = "failure to reconnect to initiator"; in isp_handle_ctio2()
1101 if (fmsg == NULL) in isp_handle_ctio2()
1102 fmsg = "command"; in isp_handle_ctio2()
1103 isp_prt(isp, ISP_LOGERR, "Firmware timed out on %s", fmsg); in isp_handle_ctio2()
1107 fmsg = "Completed with Error"; in isp_handle_ctio2()
1110 if (fmsg == NULL) in isp_handle_ctio2()
1111 fmsg = "Port Logout"; in isp_handle_ctio2()
1114 if (fmsg == NULL) in isp_handle_ctio2()
1115 fmsg = "Port not available"; in isp_handle_ctio2()
1117 if (fmsg == NULL) in isp_handle_ctio2()
1118 fmsg = "Port Changed"; in isp_handle_ctio2()
1120 if (fmsg == NULL) in isp_handle_ctio2()
1121 fmsg = "unacknowledged Immediate Notify pending"; in isp_handle_ctio2()
1122 isp_prt(isp, ISP_LOGERR, "CTIO returned by f/w- %s", fmsg); in isp_handle_ctio2()