Searched refs:HashCode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c1332 unsigned char HashCode = 0, FilterByte = 0; local
1452 HashCode = (HashCode << 1) +
1456 * Bits 3-5 of HashCode point to byte in address
1460 FilterByte = HashCode >> 3;
1462 (1 << (HashCode & 0x07));
1475 HashCode = ((HashCode << 1) +
1480 * Bits 3-5 of HashCode point to byte in address
1484 FilterByte = HashCode >>
1502 unsigned char HashCode, FilterByte; local
1604 unsigned char HashCode, FilterByte; local
[all...]

Completed in 45 milliseconds