Lines Matching refs:hash_table
1528 u16 hash_table[4]; in happy_meal_init() local
1532 memset(hash_table, 0, sizeof(hash_table)); in happy_meal_init()
1536 hash_table[crc >> 4] |= 1 << (crc & 0xf); in happy_meal_init()
1538 hme_write32(hp, bregs + BMAC_HTABLE0, hash_table[0]); in happy_meal_init()
1539 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_init()
1540 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_init()
1541 hme_write32(hp, bregs + BMAC_HTABLE3, hash_table[3]); in happy_meal_init()
2418 u16 hash_table[4]; in happy_meal_set_multicast() local
2420 memset(hash_table, 0, sizeof(hash_table)); in happy_meal_set_multicast()
2424 hash_table[crc >> 4] |= 1 << (crc & 0xf); in happy_meal_set_multicast()
2426 hme_write32(hp, bregs + BMAC_HTABLE0, hash_table[0]); in happy_meal_set_multicast()
2427 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_set_multicast()
2428 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_set_multicast()
2429 hme_write32(hp, bregs + BMAC_HTABLE3, hash_table[3]); in happy_meal_set_multicast()