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

/linux-4.4.14/drivers/net/ethernet/amd/
H A Dnmclan_cs.c1328 int hashcode; /* the output object */ BuildLAF() local
1336 hashcode = 0; BuildLAF()
1338 hashcode = (hashcode << 1) + CRC[i]; BuildLAF()
1340 byte = hashcode >> 3; BuildLAF()
1341 ladrf[byte] |= (1 << (hashcode & 7)); BuildLAF()
1346 printk(KERN_DEBUG " hashcode = %d(decimal), ladrf[0:63] =", hashcode); BuildLAF()
/linux-4.4.14/drivers/nfc/s3fwrn5/
H A Dfirmware.c152 /* Send hashcode data */ s3fwrn5_fw_enter_update_mode()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c1952 u16 hashcode; SetMulticastFilter() local
1966 hashcode = crc & HASH_BITS; /* hashcode is 9 LSb of CRC */ netdev_for_each_mc_addr()
1968 byte = hashcode >> 3; /* bit[3-8] -> byte in filter */ netdev_for_each_mc_addr()
1969 bit = 1 << (hashcode & 0x07);/* bit[0-2] -> bit in byte */ netdev_for_each_mc_addr()

Completed in 225 milliseconds