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

  /src/sys/dev/ic/
isp.c 2401 if (fcp->isp_fwstate < FW_READY ||
2482 if (lwfs != fcp->isp_fwstate) {
2483 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));
2484 lwfs = fcp->isp_fwstate;
2486 if (fcp->isp_fwstate == FW_READY) {
2533 if (fcp->isp_fwstate != FW_READY) {
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) {
5633 FCPARAM(isp, chan)->isp_fwstate = FW_CONFIG_WAIT
    [all...]
ispvar.h 485 isp_fwstate : 4, /* ISP F/W state */ member in struct:__anon8dd872cf0508
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_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) {
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 20 milliseconds