Lines Matching refs:hash_table
1427 u16 hash_table[4]; in happy_meal_init() local
1431 memset(hash_table, 0, sizeof(hash_table)); in happy_meal_init()
1435 hash_table[crc >> 4] |= 1 << (crc & 0xf); in happy_meal_init()
1437 hme_write32(hp, bregs + BMAC_HTABLE0, hash_table[0]); in happy_meal_init()
1438 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_init()
1439 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_init()
1440 hme_write32(hp, bregs + BMAC_HTABLE3, hash_table[3]); in happy_meal_init()
2264 u16 hash_table[4]; in happy_meal_set_multicast() local
2266 memset(hash_table, 0, sizeof(hash_table)); in happy_meal_set_multicast()
2270 hash_table[crc >> 4] |= 1 << (crc & 0xf); in happy_meal_set_multicast()
2272 hme_write32(hp, bregs + BMAC_HTABLE0, hash_table[0]); in happy_meal_set_multicast()
2273 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_set_multicast()
2274 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_set_multicast()
2275 hme_write32(hp, bregs + BMAC_HTABLE3, hash_table[3]); in happy_meal_set_multicast()