Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_util.c267 const u32_t CRC32_POLY = 0x1edc6f41; in calc_crc32() local
281 crc32_result = crc32_result ^ CRC32_POLY; in calc_crc32()
/titanic_41/usr/src/uts/common/sys/
H A Dcrc32.h148 #define CRC32_POLY 0xEDB88320U macro