Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/qat_c2xxx/
HDqatreg.h897 #define CRC_WIDTH 16 macro
HDqat_ae.c1784 u_int topbit = CRC_BITMASK(CRC_WIDTH - 1); in qat_aefw_csum_calc()
1787 reg ^= inbyte << (CRC_WIDTH - 0x8); in qat_aefw_csum_calc()
1795 return (reg & CRC_WIDTHMASK(CRC_WIDTH)); in qat_aefw_csum_calc()