Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c305 uint32_t crc_h1 = init_value; in nxge_compute_h1_serial() local
311 crc_h1 = (((crc_h1 >> 24) & 0x80) ^ in nxge_compute_h1_serial()
313 (crc_h1 << 1) ^ CRC_32C_POLY : crc_h1 << 1; in nxge_compute_h1_serial()
317 return (crc_h1); in nxge_compute_h1_serial()