Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c332 uint32_t w, fw, i, crch1 = crcin; in nxge_compute_h1_table4() local
344 w = crch1 ^ fw; in nxge_compute_h1_table4()
345 crch1 = h1table[3][w >> 24] ^ h1table[2][(w >> 16) & 0xff] ^ in nxge_compute_h1_table4()
348 return (crch1); in nxge_compute_h1_table4()
362 uint32_t i, crch1, tmp = crcin; in nxge_compute_h1_table1() local
368 crch1 = 0; in nxge_compute_h1_table1()
370 crch1 = COMPUTE_H1_BYTE(tmp, buf[i]); in nxge_compute_h1_table1()
371 tmp = crch1; in nxge_compute_h1_table1()
374 return (crch1); in nxge_compute_h1_table1()