Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_memac.c257 iowrite32be(i & ~HASH_CTRL_MCAST_EN, &regs->hashtable_ctrl); in fman_memac_reset_filter_table()
262 iowrite32be(crc | HASH_CTRL_MCAST_EN, &regs->hashtable_ctrl); in fman_memac_set_hash_table_entry()
H A Dmemac.c738 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()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfman.h61 #define HASH_CTRL_MCAST_EN 0x00000100 macro
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac.h103 #define HASH_CTRL_MCAST_EN 0x00000100 /* 23 Mcast frame rx for hash */ macro