Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Dispvar.h486 #define LOOP_READY 10 macro
H A DDriverManual.txt511 LOOP_READY
539 entered after this is LOOP_READY, which means that the driver is ready
H A Disp.c1820 if (fcp->isp_loopstate >= LOOP_READY) in isp_pdb_sync()
1880 fcp->isp_loopstate = LOOP_READY; in isp_pdb_sync()
2875 if (fcp->isp_loopstate != LOOP_READY) { in isp_start()
H A Disp_library.c434 case LOOP_READY: return "Ready"; in isp_fc_loop_statename()