Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/freescale/fman/
Dfman_tgec.c76 #define TGEC_HASH_MCAST_EN 0x00000200 macro
564 iowrite32be((hash | TGEC_HASH_MCAST_EN), &regs->hashtable_ctrl); in tgec_add_hash_mac_address()
579 iowrite32be(entry | TGEC_HASH_MCAST_EN, in tgec_set_allmulti()
583 iowrite32be(entry & ~TGEC_HASH_MCAST_EN, in tgec_set_allmulti()
642 iowrite32be((hash & ~TGEC_HASH_MCAST_EN), in tgec_del_hash_mac_address()