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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp.c2406 fcp->isp_loopstate < LOOP_PDB_RCVD) {
2742 if (fcp->isp_loopstate == LOOP_READY) {
2749 if (fcp->isp_loopstate != LOOP_PDB_RCVD &&
2750 fcp->isp_loopstate != LOOP_FSCAN_DONE &&
2751 fcp->isp_loopstate != LOOP_LSCAN_DONE) {
2753 fcp->isp_loopstate);
2760 if (fcp->isp_loopstate < LOOP_LSCAN_DONE) {
2770 if (fcp->isp_loopstate < LOOP_FSCAN_DONE) {
2782 fcp->isp_loopstate = LOOP_SYNCING_PDB;
2881 fcp->isp_loopstate
[all...]
H A Dispvar.h484 isp_loopstate : 4, /* Current Loop State */ member in struct:__anon7483
H A Disp_netbsd.c172 FCPARAM(isp, 0)->isp_loopstate != LOOP_READY)) {
554 FCPARAM(isp, chan)->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) {
2394 if ((fcp->role & ISP_ROLE_TARGET) == 0 || fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) {

Completed in 74 milliseconds