Lines Matching refs:fmsg
578 char *fmsg = NULL; in isp_handle_ctio7() local
606 if (fmsg == NULL) { in isp_handle_ctio7()
607 fmsg = "LIP Reset"; in isp_handle_ctio7()
616 if (fmsg == NULL) { in isp_handle_ctio7()
617 fmsg = "ABORT"; in isp_handle_ctio7()
619 isp_prt(isp, ISP_LOGTDEBUG0, "CTIO7 destroyed by %s: RX_ID=0x%x", fmsg, ct->ct_rxid); in isp_handle_ctio7()
623 if (fmsg == NULL) { in isp_handle_ctio7()
624 fmsg = "command"; in isp_handle_ctio7()
626 isp_prt(isp, ISP_LOGWARN, "Firmware timed out on %s", fmsg); in isp_handle_ctio7()
630 fmsg = "Completed with Error"; in isp_handle_ctio7()
633 if (fmsg == NULL) { in isp_handle_ctio7()
634 fmsg = "Port Logout"; in isp_handle_ctio7()
638 if (fmsg == NULL) { in isp_handle_ctio7()
639 fmsg = "Port not available"; in isp_handle_ctio7()
643 if (fmsg == NULL) { in isp_handle_ctio7()
644 fmsg = "Port Changed"; in isp_handle_ctio7()
646 isp_prt(isp, ISP_LOGWARN, "CTIO returned by f/w- %s", fmsg); in isp_handle_ctio7()