Searched refs:HASH_CTRL_MCAST_EN (Results 1 – 2 of 2) 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()
61 #define HASH_CTRL_MCAST_EN 0x00000100 macro