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

/freebsd-13-stable/sys/dev/qat/
H A Dqat_ae.c1785 u_int topbit = CRC_BITMASK(CRC_WIDTH - 1);
1788 reg ^= inbyte << (CRC_WIDTH - 0x8);
1796 return (reg & CRC_WIDTHMASK(CRC_WIDTH));
H A Dqatreg.h898 #define CRC_WIDTH 16 macro

Completed in 69 milliseconds