Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CRC32_POLY
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
267
const u32_t CRC32_POLY = 0x1edc6f41;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
281
crc32_result = crc32_result ^ CRC32_POLY;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1535
crc32_result = crc32_result ^ CRC32_POLY;