Home
last modified time | relevance | path

Searched refs:FcpCompleted (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h624 uint32_t FcpCompleted; /* FcpGood + FcpError */ member
H A Demlxs_fc.h586 uint32_t FcpCompleted; /* FcpGood + FcpError */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c4333 stats->FcpCompleted = hba->stats.FcpCompleted; in emlxs_dfc_get_drvstats()
6936 ioinfo->a_fcpCmpl = HBASTATS.FcpCompleted; in emlxs_dfc_get_ioinfo()
6937 ioinfo->a_fcpErr = HBASTATS.FcpCompleted - HBASTATS.FcpGood; in emlxs_dfc_get_ioinfo()
H A Demlxs_fcp.c105 HBASTATS.FcpCompleted++; in emlxs_handle_fcp_event()