Home | History | Annotate | Download | only in Lan9118Dxe

Lines Matching defs:HashValue

559   UINT8                    HashValue;

624 HashValue = (Crc >> 26) & 0x3F;
627 if ((HashValue & 0x20) == 0) {
628 MultHashTableLow |= (1 << HashValue);
630 MultHashTableHigh |= (1 << (HashValue & 0x1F));