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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c6997 dfc_tgtport_stat_t *dfcstat; local
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
[all...]

Completed in 64 milliseconds