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

/freebsd-11-stable/sys/dev/isp/
H A Dispvar.h434 int isp_fwstate; /* ISP F/W state */ member in struct:__anon4658
H A Disp.c151 if (fcp->isp_fwstate == state)
155 isp_fc_fw_statename(fcp->isp_fwstate), isp_fc_fw_statename(state));
156 fcp->isp_fwstate = state;
2989 if (fcp->isp_fwstate == FW_READY) {
2999 if (fcp->isp_fwstate != FW_READY) {
3002 chan, isp_fc_fw_statename(fcp->isp_fwstate));
H A Disp_freebsd.c233 "fwstate", CTLFLAG_RD, &fcp->isp_fwstate, 0,

Completed in 74 milliseconds