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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp.c2405 if (fcp->isp_fwstate < FW_READY ||
2486 if (lwfs != fcp->isp_fwstate) {
2487 isp_prt(isp, ISP_LOGCONFIG|ISP_LOGSANCFG, "Chan %d Firmware State <%s->%s>", chan, isp_fc_fw_statename((int)lwfs), isp_fc_fw_statename((int)fcp->isp_fwstate));
2488 lwfs = fcp->isp_fwstate;
2490 if (fcp->isp_fwstate == FW_READY) {
2537 if (fcp->isp_fwstate != FW_READY) {
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) {
5637 FCPARAM(isp, chan)->isp_fwstate
[all...]
H A Dispvar.h485 isp_fwstate : 4, /* ISP F/W state */ member in struct:__anon7483
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_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) {
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 113 milliseconds