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

/freebsd-10.3-release/sys/dev/isp/
H A Dispvar.h432 int isp_fwstate; /* ISP F/W state */ member in struct:__anon9263
H A Disp.c152 if (fcp->isp_fwstate == state)
156 isp_fc_fw_statename(fcp->isp_fwstate), isp_fc_fw_statename(state));
157 fcp->isp_fwstate = state;
2998 if (fcp->isp_fwstate == FW_READY) {
3008 if (fcp->isp_fwstate != FW_READY) {
3011 chan, isp_fc_fw_statename(fcp->isp_fwstate));
H A Disp_freebsd.c214 "fwstate", CTLFLAG_RD, &fcp->isp_fwstate, 0,

Completed in 60 milliseconds