Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c333 uint32_t w, fw, i, crch1 = crcin; in nxge_compute_h1_table4() local
345 w = crch1 ^ fw; in nxge_compute_h1_table4()
346 crch1 = h1table[3][w >> 24] ^ h1table[2][(w >> 16) & 0xff] ^ in nxge_compute_h1_table4()
349 return (crch1); in nxge_compute_h1_table4()
363 uint32_t i, crch1, tmp = crcin; in nxge_compute_h1_table1() local
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()