Home
last modified time | relevance | path

Searched refs:FW_READY (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/isp/
HDispvar.h509 #define FW_READY 3 macro
HDDriverManual.txt474 FW_READY
482 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
HDisp.c2405 if (fcp->isp_fwstate < FW_READY || in isp_get_wwn()
2490 if (fcp->isp_fwstate == FW_READY) { in isp_fclink_test()
2537 if (fcp->isp_fwstate != FW_READY) { in isp_fclink_test()
2897 if (fcp->isp_fwstate < FW_READY || in isp_scan_loop()
3357 if (fcp->isp_fwstate != FW_READY || in isp_scan_fabric()
4243 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) { in isp_start()
HDisp_library.c380 if (fcp->isp_fwstate < FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) { in isp_fc_runstate()
385 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) { in isp_fc_runstate()
407 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) { in isp_fc_runstate()
461 case FW_READY: return "Ready"; in isp_fc_fw_statename()
491 if (fcp->isp_fwstate != FW_READY) { in isp_fc_toponame()
2377 …if ((fcp->role & ISP_ROLE_TARGET) == 0 || fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOO… in isp_find_chan_by_did()