Lines Matching refs:hash_table
1351 u16 hash_table[4]; in happy_meal_init() local
1355 memset(hash_table, 0, sizeof(hash_table)); in happy_meal_init()
1359 hash_table[crc >> 4] |= 1 << (crc & 0xf); in happy_meal_init()
1361 hme_write32(hp, bregs + BMAC_HTABLE0, hash_table[0]); in happy_meal_init()
1362 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_init()
1363 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_init()
1364 hme_write32(hp, bregs + BMAC_HTABLE3, hash_table[3]); in happy_meal_init()
2103 u16 hash_table[4]; in happy_meal_set_multicast() local
2105 memset(hash_table, 0, sizeof(hash_table)); in happy_meal_set_multicast()
2109 hash_table[crc >> 4] |= 1 << (crc & 0xf); in happy_meal_set_multicast()
2111 hme_write32(hp, bregs + BMAC_HTABLE0, hash_table[0]); in happy_meal_set_multicast()
2112 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_set_multicast()
2113 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_set_multicast()
2114 hme_write32(hp, bregs + BMAC_HTABLE3, hash_table[3]); in happy_meal_set_multicast()