Searched refs:fmsg (Results 1 – 1 of 1) sorted by relevance
877 char *fmsg = NULL; in isp_handle_ctio() local919 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()[all …]