Lines Matching refs:fmsg

1373 	char *fmsg = NULL;  in isp_handle_ctio()  local
1415 fmsg = "Bus Device Reset"; in isp_handle_ctio()
1418 if (fmsg == NULL) in isp_handle_ctio()
1419 fmsg = "Bus Reset"; in isp_handle_ctio()
1427 if (fmsg == NULL) in isp_handle_ctio()
1428 fmsg = "ABORT TAG message sent by Initiator"; in isp_handle_ctio()
1429 isp_prt(isp, ISP_LOGTDEBUG0, "CTIO destroyed by %s", fmsg); in isp_handle_ctio()
1451 fmsg = "Reselection"; in isp_handle_ctio()
1454 if (fmsg == NULL) in isp_handle_ctio()
1455 fmsg = "Command"; in isp_handle_ctio()
1456 isp_prt(isp, ISP_LOGWARN, "Firmware timed out on %s", fmsg); in isp_handle_ctio()
1460 if (fmsg == NULL) in isp_handle_ctio()
1461 fmsg = "Unrecoverable Error"; in isp_handle_ctio()
1464 if (fmsg == NULL) in isp_handle_ctio()
1465 fmsg = "Completed with Error"; in isp_handle_ctio()
1468 if (fmsg == NULL) in isp_handle_ctio()
1469 fmsg = "Phase Sequence Error"; in isp_handle_ctio()
1472 if (fmsg == NULL) in isp_handle_ctio()
1473 fmsg = "terminated by TERMINATE TRANSFER"; in isp_handle_ctio()
1476 if (fmsg == NULL) in isp_handle_ctio()
1477 fmsg = "unacknowledged Immediate Notify pending"; in isp_handle_ctio()
1478 isp_prt(isp, ISP_LOGERR, "CTIO returned by f/w- %s", fmsg); in isp_handle_ctio()
1523 char *fmsg = NULL; in isp_handle_ctio2() local
1559 fmsg = "TARGET RESET"; in isp_handle_ctio2()
1562 if (fmsg == NULL) in isp_handle_ctio2()
1563 fmsg = "LIP Reset"; in isp_handle_ctio2()
1571 if (fmsg == NULL) { in isp_handle_ctio2()
1572 fmsg = "ABORT"; in isp_handle_ctio2()
1575 isp_prt(isp, ISP_LOGTDEBUG0, "CTIO2 destroyed by %s: RX_ID=0x%x", fmsg, ct->ct_rxid); in isp_handle_ctio2()
1586 fmsg = "failure to reconnect to initiator"; in isp_handle_ctio2()
1589 if (fmsg == NULL) in isp_handle_ctio2()
1590 fmsg = "command"; in isp_handle_ctio2()
1591 isp_prt(isp, ISP_LOGWARN, "Firmware timed out on %s", fmsg); in isp_handle_ctio2()
1595 fmsg = "Completed with Error"; in isp_handle_ctio2()
1598 if (fmsg == NULL) in isp_handle_ctio2()
1599 fmsg = "Port Logout"; in isp_handle_ctio2()
1602 if (fmsg == NULL) in isp_handle_ctio2()
1603 fmsg = "Port not available"; in isp_handle_ctio2()
1606 if (fmsg == NULL) in isp_handle_ctio2()
1607 fmsg = "Port Changed"; in isp_handle_ctio2()
1610 if (fmsg == NULL) in isp_handle_ctio2()
1611 fmsg = "unacknowledged Immediate Notify pending"; in isp_handle_ctio2()
1612 isp_prt(isp, ISP_LOGWARN, "CTIO returned by f/w- %s", fmsg); in isp_handle_ctio2()
1678 char *fmsg = NULL; in isp_handle_ctio7() local
1706 if (fmsg == NULL) { in isp_handle_ctio7()
1707 fmsg = "LIP Reset"; in isp_handle_ctio7()
1716 if (fmsg == NULL) { in isp_handle_ctio7()
1717 fmsg = "ABORT"; in isp_handle_ctio7()
1719 isp_prt(isp, ISP_LOGTDEBUG0, "CTIO7 destroyed by %s: RX_ID=0x%x", fmsg, ct->ct_rxid); in isp_handle_ctio7()
1723 if (fmsg == NULL) { in isp_handle_ctio7()
1724 fmsg = "command"; in isp_handle_ctio7()
1726 isp_prt(isp, ISP_LOGWARN, "Firmware timed out on %s", fmsg); in isp_handle_ctio7()
1730 fmsg = "Completed with Error"; in isp_handle_ctio7()
1733 if (fmsg == NULL) { in isp_handle_ctio7()
1734 fmsg = "Port Logout"; in isp_handle_ctio7()
1738 if (fmsg == NULL) { in isp_handle_ctio7()
1739 fmsg = "Port not available"; in isp_handle_ctio7()
1743 if (fmsg == NULL) { in isp_handle_ctio7()
1744 fmsg = "Port Changed"; in isp_handle_ctio7()
1746 isp_prt(isp, ISP_LOGWARN, "CTIO returned by f/w- %s", fmsg); in isp_handle_ctio7()