Searched refs:TGEC_HASH_MCAST_EN (Results 1 – 3 of 3) sorted by relevance
197 iowrite32be(i & ~TGEC_HASH_MCAST_EN, ®s->hashtable_ctrl); in fman_tgec_reset_filter_table()203 iowrite32be(hash | TGEC_HASH_MCAST_EN, ®s->hashtable_ctrl); in fman_tgec_set_hash_table_entry()
603 fman_tgec_set_hash_table(p_Tgec->p_MemMap, (hash | TGEC_HASH_MCAST_EN)); in TgecAddHashMacAddress()640 fman_tgec_set_hash_table(p_Tgec->p_MemMap, (hash & ~TGEC_HASH_MCAST_EN)); in TgecDelHashMacAddress()
129 #define TGEC_HASH_MCAST_EN 0x00000200 macro