Searched refs:crch1 (Results 1 – 1 of 1) sorted by relevance
333 uint32_t w, fw, i, crch1 = crcin; in nxge_compute_h1_table4() local345 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() local370 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()