Searched refs:FW_READY (Results 1 – 6 of 6) sorted by relevance
470 #define FW_READY 3 macro
473 FW_READY481 FC-AL loop entities and then hopefully transitions to FW_READY state.483 Clearly, no command should be attempted prior to FW_READY state is
1674 if (fcp->isp_fwstate == FW_READY) { in isp_fclink_test() 1684 if (fcp->isp_fwstate != FW_READY) { in isp_fclink_test()
411 case FW_READY: return "Ready"; in isp_fc_fw_statename()
123 #define FW_READY (BIT_FW_INIT_RDY | BIT_FW_DW_RDY | \ macro
749 if (!check_hw_ready(rtwdev, REG_MCUFW_CTRL, FW_READY_MASK, FW_READY)) { in download_firmware_validate()