Searched refs:HASH_CTRL_MCAST_EN (Results 1 – 5 of 5) sorted by relevance
44 out_be32(hashtable_ctrl, i|HASH_CTRL_MCAST_EN); in fman_if_set_mcast_filter_table()56 out_be32(hashtable_ctrl, i & ~HASH_CTRL_MCAST_EN); in fman_if_reset_mcast_filter_table()97 hash = hash | HASH_CTRL_MCAST_EN; in fman_if_add_hash_mac_addr()
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()
61 #define HASH_CTRL_MCAST_EN 0x00000100 macro
103 #define HASH_CTRL_MCAST_EN 0x00000100 /* 23 Mcast frame rx for hash */ macro