Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c59 static uint32_t h1table[4][256]; variable
64 (crc = (crc<<8)^h1table[0][((crc >> 24) ^data) & 0xff])
289 h1table[byte][index] = crc; in nxge_init_h1_table()
345 crch1 = h1table[3][w >> 24] ^ h1table[2][(w >> 16) & 0xff] ^ in nxge_compute_h1_table4()
346 h1table[1][(w >> 8) & 0xff] ^ h1table[0][w & 0xff]; in nxge_compute_h1_table4()