Lines Matching refs:fmsg
579 char *fmsg = NULL; in isp_handle_ctio7() local
607 if (fmsg == NULL) { in isp_handle_ctio7()
608 fmsg = "LIP Reset"; in isp_handle_ctio7()
617 if (fmsg == NULL) { in isp_handle_ctio7()
618 fmsg = "ABORT"; in isp_handle_ctio7()
620 isp_prt(isp, ISP_LOGTDEBUG0, "CTIO7 destroyed by %s: RX_ID=0x%x", fmsg, ct->ct_rxid); in isp_handle_ctio7()
624 if (fmsg == NULL) { in isp_handle_ctio7()
625 fmsg = "command"; in isp_handle_ctio7()
627 isp_prt(isp, ISP_LOGWARN, "Firmware timed out on %s", fmsg); in isp_handle_ctio7()
631 fmsg = "Completed with Error"; in isp_handle_ctio7()
634 if (fmsg == NULL) { in isp_handle_ctio7()
635 fmsg = "Port Logout"; in isp_handle_ctio7()
639 if (fmsg == NULL) { in isp_handle_ctio7()
640 fmsg = "Port not available"; in isp_handle_ctio7()
644 if (fmsg == NULL) { in isp_handle_ctio7()
645 fmsg = "Port Changed"; in isp_handle_ctio7()
647 isp_prt(isp, ISP_LOGWARN, "CTIO returned by f/w- %s", fmsg); in isp_handle_ctio7()