Searched refs:HASH_BITS (Results 1 – 6 of 6) sorted by relevance
146 #define HASH_BITS 0x003f /* 6 LS bits */ macro
2154 #define HASH_BITS 6 /* #bits in hash */ macro2212 hash = (crc >> (32 - HASH_BITS)) & 0x3f; in set_multicast_list()
1453 #define HASH_BITS 24 macro1454 #define HASH_MASK ((1 << HASH_BITS) - 1)1484 keyptr->count = (ip_cnt & COUNT_MASK) << HASH_BITS; in rekey_seq_generator()1644 seq |= ((u64)keyptr->count) << (32 - HASH_BITS); in secure_dccp_sequence_number()
1213 #define HASH_BITS 6 // used bits in hash macro1249 bHash = (BYTE) ((dwCrc >> (32 - HASH_BITS)) & 0x3f); in EdrvCalcHash()
864 #define HASH_BITS 0x01ff /* 9 LS bits */ macro
1974 hashcode = crc & HASH_BITS; /* hashcode is 9 LSb of CRC */ in SetMulticastFilter()