Lines Matching refs:hash_table
1529 u16 hash_table[4]; in happy_meal_init() local
1533 memset(hash_table, 0, sizeof(hash_table)); in happy_meal_init()
1537 hash_table[crc >> 4] |= 1 << (crc & 0xf); in happy_meal_init()
1539 hme_write32(hp, bregs + BMAC_HTABLE0, hash_table[0]); in happy_meal_init()
1540 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_init()
1541 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_init()
1542 hme_write32(hp, bregs + BMAC_HTABLE3, hash_table[3]); in happy_meal_init()
2419 u16 hash_table[4]; in happy_meal_set_multicast() local
2421 memset(hash_table, 0, sizeof(hash_table)); in happy_meal_set_multicast()
2425 hash_table[crc >> 4] |= 1 << (crc & 0xf); in happy_meal_set_multicast()
2427 hme_write32(hp, bregs + BMAC_HTABLE0, hash_table[0]); in happy_meal_set_multicast()
2428 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_set_multicast()
2429 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_set_multicast()
2430 hme_write32(hp, bregs + BMAC_HTABLE3, hash_table[3]); in happy_meal_set_multicast()