Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/isp/
Dispvar.h538 #define LOOP_READY 8 macro
DDriverManual.txt512 LOOP_READY
540 entered after this is LOOP_READY, which means that the driver is ready
Disp.c2912 if (fcp->isp_loopstate == LOOP_READY) { in isp_pdb_sync()
3047 fcp->isp_loopstate = LOOP_READY; in isp_pdb_sync()
4364 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) { in isp_start()
Disp_library.c424 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) { in isp_fc_runstate()
565 case LOOP_READY: return "Ready"; in isp_fc_loop_statename()