Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h405 int64_t IOOutputByteCnt; member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c491 ha->xioctl->IOOutputByteCnt += fcp->fcp_data_len; in ql_command_iocb()
723 pha->xioctl->IOOutputByteCnt += fcp->fcp_data_len; in ql_command_24xx_iocb()
855 pha->xioctl->IOOutputByteCnt += fcp->fcp_data_len; in ql_cmd_24xx_type_6_iocb()
H A Dql_api.c9750 if (ha->xioctl->IOOutputByteCnt >= 0x100000) { in ql_timer()
9752 (ha->xioctl->IOOutputByteCnt / 0x100000); in ql_timer()
9753 ha->xioctl->IOOutputByteCnt %= 0x100000; in ql_timer()
H A Dql_xioctl.c5580 xp->IOOutputByteCnt = 0; in ql_reset_statistics()