Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/freescale/fman/
Dfman_tgec.c50 #define TGEC_HASH_MCAST_EN 0x00000200 macro
518 iowrite32be((hash | TGEC_HASH_MCAST_EN), &regs->hashtable_ctrl); in tgec_add_hash_mac_address()
533 iowrite32be(entry | TGEC_HASH_MCAST_EN, in tgec_set_allmulti()
537 iowrite32be(entry & ~TGEC_HASH_MCAST_EN, in tgec_set_allmulti()
597 iowrite32be((hash & ~TGEC_HASH_MCAST_EN), in tgec_del_hash_mac_address()