Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c5994 EXT_HBA_FC4STATISTICS fc4stats = {0}; in ql_get_statistics_fc4() local
5999 fc4stats.InputRequests = xp->IOInputRequests; in ql_get_statistics_fc4()
6000 fc4stats.OutputRequests = xp->IOOutputRequests; in ql_get_statistics_fc4()
6001 fc4stats.ControlRequests = xp->IOControlRequests; in ql_get_statistics_fc4()
6002 fc4stats.InputMegabytes = xp->IOInputMByteCnt; in ql_get_statistics_fc4()
6003 fc4stats.OutputMegabytes = xp->IOOutputMByteCnt; in ql_get_statistics_fc4()
6005 rval = ddi_copyout((void *)&fc4stats, in ql_get_statistics_fc4()