Searched defs:crc_h1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c306 uint32_t crc_h1 = init_value; local
312 crc_h1 = (((crc_h1 >> 24) & 0x80) ^
314 (crc_h1 << 1) ^ CRC_32C_POLY : crc_h1 << 1;
318 return (crc_h1);

Completed in 56 milliseconds