Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dispvar.h551 #define FW_READY 3 macro
H A Disp_netbsd.c169 if (IS_FC(isp) && (FCPARAM(isp, 0)->isp_fwstate != FW_READY || in isp_config_interrupts()
556 if (IS_FC(isp) && (FCPARAM(isp, chan)->isp_fwstate != FW_READY || in ispcmd()
H A Disp_library.c402 if (fcp->isp_fwstate < FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) { in isp_fc_runstate()
407 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) { in isp_fc_runstate()
429 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) { in isp_fc_runstate()
483 case FW_READY: return "Ready"; in isp_fc_fw_statename()
513 if (fcp->isp_fwstate != FW_READY) { in isp_fc_toponame()
2399 …if ((fcp->role & ISP_ROLE_TARGET) == 0 || fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOO… in isp_find_chan_by_did()
H A Disp.c2401 if (fcp->isp_fwstate < FW_READY || in isp_get_wwn()
2486 if (fcp->isp_fwstate == FW_READY) { in isp_fclink_test()
2533 if (fcp->isp_fwstate != FW_READY) { in isp_fclink_test()
2893 if (fcp->isp_fwstate < FW_READY || in isp_scan_loop()
3353 if (fcp->isp_fwstate != FW_READY || in isp_scan_fabric()
4239 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) { in isp_start()