Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/freescale/fman/
Dfman_tgec.c51 #define TGEC_HASH_MCAST_EN 0x00000200 macro
516 iowrite32be((hash | TGEC_HASH_MCAST_EN), &regs->hashtable_ctrl); in tgec_add_hash_mac_address()
528 iowrite32be(entry | TGEC_HASH_MCAST_EN, in tgec_set_allmulti()
532 iowrite32be(entry & ~TGEC_HASH_MCAST_EN, in tgec_set_allmulti()
586 iowrite32be((hash & ~TGEC_HASH_MCAST_EN), in tgec_del_hash_mac_address()