Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/isp/
Dispvar.h505 #define LOOP_READY 10 macro
DDriverManual.txt512 LOOP_READY
540 entered after this is LOOP_READY, which means that the driver is ready
Disp_freebsd.c444 if (isp_fc_runstate(isp, chan, 5 * 1000000) != LOOP_READY) { in ispioctl()
2831 if (lb == LOOP_READY || lb < 0) { in isp_kthread()
2860 if (lb == LOOP_READY) in isp_kthread()
Disp.c3163 if (fcp->isp_loopstate >= LOOP_READY) in isp_pdb_sync()
3223 fcp->isp_loopstate = LOOP_READY; in isp_pdb_sync()
4448 if (fcp->isp_loopstate != LOOP_READY) { in isp_start()
Disp_library.c587 case LOOP_READY: return "Ready"; in isp_fc_loop_statename()