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

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dqat.h139 #define QAT_STAT_INCR(stat, val) \ macro
142 QAT_STAT_INCR(stat, 1)
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c395 QAT_STAT_INCR(comp_total_in_bytes, src_len);
429 QAT_STAT_INCR(comp_total_out_bytes, *c_len);
433 QAT_STAT_INCR(decomp_total_in_bytes, src_len);
461 QAT_STAT_INCR(decomp_total_out_bytes, *c_len);
H A Dqat_crypt.c321 QAT_STAT_INCR(encrypt_total_in_bytes, enc_len);
324 QAT_STAT_INCR(decrypt_total_in_bytes, enc_len);
439 QAT_STAT_INCR(encrypt_total_out_bytes, enc_len);
441 QAT_STAT_INCR(decrypt_total_out_bytes, enc_len);
488 QAT_STAT_INCR(cksum_total_in_bytes, size);

Completed in 109 milliseconds