Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c62 #define CRC_32C_POLY 0x1EDC6F41L macro
288 (crc << 1) ^ CRC_32C_POLY : crc << 1; in nxge_init_h1_table()
314 (crc_h1 << 1) ^ CRC_32C_POLY : crc_h1 << 1; in nxge_compute_h1_serial()