Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dqat.h139 #define QAT_STAT_INCR(stat, val) \ macro
142 QAT_STAT_INCR(stat, 1)
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c321 QAT_STAT_INCR(encrypt_total_in_bytes, enc_len); in qat_crypt()
324 QAT_STAT_INCR(decrypt_total_in_bytes, enc_len); in qat_crypt()
439 QAT_STAT_INCR(encrypt_total_out_bytes, enc_len); in qat_crypt()
441 QAT_STAT_INCR(decrypt_total_out_bytes, enc_len); in qat_crypt()
488 QAT_STAT_INCR(cksum_total_in_bytes, size); in qat_checksum()
H A Dqat_compress.c393 QAT_STAT_INCR(comp_total_in_bytes, src_len); in qat_compress_impl()
446 QAT_STAT_INCR(comp_total_out_bytes, *c_len); in qat_compress_impl()
450 QAT_STAT_INCR(decomp_total_in_bytes, src_len); in qat_compress_impl()
478 QAT_STAT_INCR(decomp_total_out_bytes, *c_len); in qat_compress_impl()