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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dispvar.h551 #define FW_READY 3 macro
H A Disp_netbsd.c171 if (IS_FC(isp) && (FCPARAM(isp, 0)->isp_fwstate != FW_READY ||
553 if (IS_FC(isp) && (FCPARAM(isp, chan)->isp_fwstate != FW_READY ||
H A Disp.c2405 if (fcp->isp_fwstate < FW_READY ||
2490 if (fcp->isp_fwstate == FW_READY) {
2537 if (fcp->isp_fwstate != FW_READY) {
2538 isp_prt(isp, ISP_LOGSANCFG, "%s: chan %d not at FW_READY state", __func__, chan);
2897 if (fcp->isp_fwstate < FW_READY ||
3357 if (fcp->isp_fwstate != FW_READY ||
4243 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) {
H A Disp_library.c397 if (fcp->isp_fwstate < FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) {
402 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) {
424 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) {
478 case FW_READY: return "Ready";
508 if (fcp->isp_fwstate != FW_READY) {
2394 if ((fcp->role & ISP_ROLE_TARGET) == 0 || fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) {

Completed in 183 milliseconds