Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h407 int64_t IOInputByteCnt; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c521 ha->xioctl->IOInputByteCnt += fcp->fcp_data_len; in ql_command_iocb()
784 pha->xioctl->IOInputByteCnt += fcp->fcp_data_len; in ql_command_24xx_iocb()
935 pha->xioctl->IOInputByteCnt += fcp->fcp_data_len; in ql_cmd_24xx_type_6_iocb()
H A Dql_api.c10166 if (ha->xioctl->IOInputByteCnt >= 0x100000) { in ql_timer()
10168 (ha->xioctl->IOInputByteCnt / 0x100000); in ql_timer()
10169 ha->xioctl->IOInputByteCnt %= 0x100000; in ql_timer()
H A Dql_xioctl.c5755 xp->IOInputByteCnt = 0; in ql_reset_statistics()