Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/isp/
HDispvar.h348 int isp_fwstate; /* ISP F/W state */ member
HDisp.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()
HDisp_freebsd.c201 "fwstate", CTLFLAG_RD, &fcp->isp_fwstate, 0, in isp_attach_chan()