Searched refs:hashcode (Results 1 – 2 of 2) sorted by relevance
1326 int hashcode; /* the output object */ in BuildLAF() local1334 hashcode = 0; in BuildLAF()1336 hashcode = (hashcode << 1) + CRC[i]; in BuildLAF()1338 byte = hashcode >> 3; in BuildLAF()1339 ladrf[byte] |= (1 << (hashcode & 7)); in BuildLAF()1344 printk(KERN_DEBUG " hashcode = %d(decimal), ladrf[0:63] =", hashcode); in BuildLAF()
1953 u16 hashcode; in SetMulticastFilter() local1967 hashcode = crc & DE4X5_HASH_BITS; /* hashcode is 9 LSb of CRC */ in SetMulticastFilter()1969 byte = hashcode >> 3; /* bit[3-8] -> byte in filter */ in SetMulticastFilter()1970 bit = 1 << (hashcode & 0x07);/* bit[0-2] -> bit in byte */ in SetMulticastFilter()