Home
last modified time | relevance | path

Searched refs:CRC_POLY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqatreg.h896 #define CRC_POLY 0x1021 macro
H A Dqat_ae.c1790 reg = (reg << 1) ^ CRC_POLY; in qat_aefw_csum_calc()