Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/isp/
Dispvar.h524 #define FW_READY 3 macro
DDriverManual.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
Disp.c2579 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()
Disp_library.c397 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()