Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c5820 EXT_HBA_FC4STATISTICS fc4stats = {0}; in ql_get_statistics_fc4() local
5825 fc4stats.InputRequests = xp->IOInputRequests; in ql_get_statistics_fc4()
5826 fc4stats.OutputRequests = xp->IOOutputRequests; in ql_get_statistics_fc4()
5827 fc4stats.ControlRequests = xp->IOControlRequests; in ql_get_statistics_fc4()
5828 fc4stats.InputMegabytes = xp->IOInputMByteCnt; in ql_get_statistics_fc4()
5829 fc4stats.OutputMegabytes = xp->IOOutputMByteCnt; in ql_get_statistics_fc4()
5831 rval = ddi_copyout((void *)&fc4stats, in ql_get_statistics_fc4()