HomeSort by: relevance | last modified time | path
    Searched refs:FW_READY (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
ispvar.h 551 #define FW_READY 3
isp_netbsd.c 169 if (IS_FC(isp) && (FCPARAM(isp, 0)->isp_fwstate != FW_READY ||
556 if (IS_FC(isp) && (FCPARAM(isp, chan)->isp_fwstate != FW_READY ||
isp.c 2401 if (fcp->isp_fwstate < FW_READY ||
2486 if (fcp->isp_fwstate == FW_READY) {
2533 if (fcp->isp_fwstate != FW_READY) {
2534 isp_prt(isp, ISP_LOGSANCFG, "%s: chan %d not at FW_READY state", __func__, chan);
2893 if (fcp->isp_fwstate < FW_READY ||
3353 if (fcp->isp_fwstate != FW_READY ||
4239 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) {
isp_library.c 402 if (fcp->isp_fwstate < FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) {
407 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) {
429 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) {
483 case FW_READY: return "Ready";
513 if (fcp->isp_fwstate != FW_READY) {
2399 if ((fcp->role & ISP_ROLE_TARGET) == 0 || fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) {

Completed in 21 milliseconds