Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/bxe/
Dbxe.c736 const uint32_t CRC32_POLY = 0x1edc6f41; in calc_crc32() local
758 crc32_result = crc32_result ^ CRC32_POLY; in calc_crc32()