Lines Matching refs:dfcstat

6997 	dfc_tgtport_stat_t	*dfcstat;
7014 dfcstat = (dfc_tgtport_stat_t *)dfc->buf1;
7015 bzero(dfcstat, sizeof (dfc_tgtport_stat_t));
7017 dfcstat->Version = DFC_TGTPORT_STAT_VERSION;
7019 dfcstat->FctRcvDropped = statp->FctRcvDropped;
7020 dfcstat->FctOverQDepth = statp->FctOverQDepth;
7021 dfcstat->FctOutstandingIO = statp->FctOutstandingIO;
7022 dfcstat->FctFailedPortRegister = statp->FctFailedPortRegister;
7023 dfcstat->FctPortRegister = statp->FctPortRegister;
7024 dfcstat->FctPortDeregister = statp->FctPortDeregister;
7026 dfcstat->FctAbortSent = statp->FctAbortSent;
7027 dfcstat->FctNoBuffer = statp->FctNoBuffer;
7028 dfcstat->FctScsiStatusErr = statp->FctScsiStatusErr;
7029 dfcstat->FctScsiQfullErr = statp->FctScsiQfullErr;
7030 dfcstat->FctScsiResidOver = statp->FctScsiResidOver;
7031 dfcstat->FctScsiResidUnder = statp->FctScsiResidUnder;
7032 dfcstat->FctScsiSenseErr = statp->FctScsiSenseErr;
7034 dfcstat->FctEvent = statp->FctEvent;
7035 dfcstat->FctCompleted = statp->FctCompleted;
7036 dfcstat->FctCmplGood = statp->FctCmplGood;
7037 dfcstat->FctCmplError = statp->FctCmplError;
7038 dfcstat->FctStray = statp->FctStray;
7040 bcopy(&statp->FctP2IOWcnt[0], &dfcstat->FctP2IOWcnt[0],
7042 bcopy(&statp->FctP2IORcnt[0], &dfcstat->FctP2IORcnt[0],
7044 dfcstat->FctIOCmdCnt = statp->FctIOCmdCnt;
7045 dfcstat->FctReadBytes = statp->FctReadBytes;
7046 dfcstat->FctWriteBytes = statp->FctWriteBytes;
7047 dfcstat->FctCmdReceived = statp->FctCmdReceived;
7060 dfcstat->FctLinkState = LNK_DOWN;
7064 dfcstat->FctLinkState = LNK_DOWN;
7068 dfcstat->FctLinkState = LNK_DISCOVERY;
7070 dfcstat->FctLinkState = LNK_READY;