Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Disp.c1173 fcp->isp_fwstate = FW_CONFIG_WAIT; in isp_fibre_init()
1554 if (lwfs != fcp->isp_fwstate) { in isp_fclink_test()
1557 isp2100_fw_statename((int)fcp->isp_fwstate)); in isp_fclink_test()
1558 lwfs = fcp->isp_fwstate; in isp_fclink_test()
1560 if (fcp->isp_fwstate == FW_READY) { in isp_fclink_test()
1608 if (fcp->isp_fwstate != FW_READY) { in isp_fclink_test()
1923 if (fcp->isp_fwstate != FW_READY || in isp_pdb_sync()
1944 if (fcp->isp_fwstate != FW_READY || in isp_pdb_sync()
1962 if (fcp->isp_fwstate != FW_READY || in isp_pdb_sync()
2022 if (fcp->isp_fwstate != FW_READY || in isp_pdb_sync()
[all …]
Dispvar.h265 isp_fwstate : 3, /* ISP F/W state */ member
Disp_openbsd.c152 if (fcp->isp_fwstate == FW_READY && in isp_attach()
Disp_inline.h220 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) in isp_fc_runstate()
234 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) { in isp_fc_runstate()