Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/
H A Dcrc32.h146 #define CRC32_POLY 0xEDB88320U macro
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c57 #define CRC32_POLY 0x1edc6f41 macro
1535 crc32_result = crc32_result ^ CRC32_POLY; in ecore_calc_crc32c()