Searched refs:FW_READY (Results 1 – 4 of 4) sorted by relevance
524 #define FW_READY 3 macro
474 FW_READY482 FC-AL loop entities and then hopefully transitions to FW_READY state.484 Clearly, no command should be attempted prior to FW_READY state is
2579 if (fcp->isp_fwstate < FW_READY || in isp_get_wwn()2661 if (fcp->isp_fwstate == FW_READY) { in isp_fclink_test()2708 if (fcp->isp_fwstate != FW_READY) { in isp_fclink_test()3063 if (fcp->isp_fwstate < FW_READY || in isp_scan_loop()3502 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_LSCAN_DONE) { in isp_scan_fabric()4364 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) { in isp_start()
397 if (fcp->isp_fwstate < FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) { in isp_fc_runstate()402 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) { in isp_fc_runstate()424 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) { in isp_fc_runstate()544 case FW_READY: return "Ready"; in isp_fc_fw_statename()574 if (fcp->isp_fwstate != FW_READY) { in isp_fc_toponame()2435 …if ((fcp->role & ISP_ROLE_TARGET) == 0 || fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOO… in isp_find_chan_by_did()