Home
last modified time | relevance | path

Searched refs:HASH_CTRL_MCAST_EN (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c44 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()
/dpdk/drivers/bus/dpaa/include/
H A Dfman.h61 #define HASH_CTRL_MCAST_EN 0x00000100 macro