Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Dispvar.h348 int isp_fwstate; /* ISP F/W state */ member
H A Disp.c151 if (fcp->isp_fwstate == state) in isp_change_fw_state()
155 isp_fc_fw_statename(fcp->isp_fwstate), isp_fc_fw_statename(state)); in isp_change_fw_state()
156 fcp->isp_fwstate = state; in isp_change_fw_state()
1674 if (fcp->isp_fwstate == FW_READY) { in isp_fclink_test()
1684 if (fcp->isp_fwstate != FW_READY) { in isp_fclink_test()
1687 chan, isp_fc_fw_statename(fcp->isp_fwstate)); in isp_fclink_test()