Searched refs:HASH_CTRL_MCAST_EN (Results 1 – 3 of 3) sorted by relevance
257 iowrite32be(i & ~HASH_CTRL_MCAST_EN, ®s->hashtable_ctrl); in fman_memac_reset_filter_table()262 iowrite32be(crc | HASH_CTRL_MCAST_EN, ®s->hashtable_ctrl); in fman_memac_set_hash_table_entry()
738 fman_memac_set_hash_table(p_Memac->p_MemMap, (hash | HASH_CTRL_MCAST_EN)); in MemacAddHashMacAddress()771 fman_memac_set_hash_table(p_Memac->p_MemMap, (hash & ~HASH_CTRL_MCAST_EN)); in MemacDelHashMacAddress()
103 #define HASH_CTRL_MCAST_EN 0x00000100 /* 23 Mcast frame rx for hash */ macro