Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c61 #define CRC_32C_POLY 0x1EDC6F41L macro
287 (crc << 1) ^ CRC_32C_POLY : crc << 1; in nxge_init_h1_table()
313 (crc_h1 << 1) ^ CRC_32C_POLY : crc_h1 << 1; in nxge_compute_h1_serial()