Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h406 int64_t IOInputByteCnt; member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c496 ha->xioctl->IOInputByteCnt += fcp->fcp_data_len; in ql_command_iocb()
727 pha->xioctl->IOInputByteCnt += fcp->fcp_data_len; in ql_command_24xx_iocb()
860 pha->xioctl->IOInputByteCnt += fcp->fcp_data_len; in ql_cmd_24xx_type_6_iocb()
H A Dql_api.c9744 if (ha->xioctl->IOInputByteCnt >= 0x100000) { in ql_timer()
9746 (ha->xioctl->IOInputByteCnt / 0x100000); in ql_timer()
9747 ha->xioctl->IOInputByteCnt %= 0x100000; in ql_timer()
H A Dql_xioctl.c5581 xp->IOInputByteCnt = 0; in ql_reset_statistics()