Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dispvar.h565 #define LOOP_READY 8 macro
H A Disp_netbsd.c170 FCPARAM(isp, 0)->isp_loopstate != LOOP_READY)) { in isp_config_interrupts()
557 FCPARAM(isp, chan)->isp_loopstate != LOOP_READY) && in ispcmd()
H A Disp.c2738 if (fcp->isp_loopstate == LOOP_READY) { in isp_pdb_sync()
2877 fcp->isp_loopstate = LOOP_READY; in isp_pdb_sync()
4239 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) { in isp_start()
H A Disp_library.c429 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) { in isp_fc_runstate()
504 case LOOP_READY: return "Ready"; in isp_fc_loop_statename()