Searched refs:HASH_CTRL_MCAST_EN (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_memac.c257 iowrite32be(i & ~HASH_CTRL_MCAST_EN, &regs->hashtable_ctrl);
262 iowrite32be(crc | HASH_CTRL_MCAST_EN, &regs->hashtable_ctrl);
H A Dmemac.c738 fman_memac_set_hash_table(p_Memac->p_MemMap, (hash | HASH_CTRL_MCAST_EN));
771 fman_memac_set_hash_table(p_Memac->p_MemMap, (hash & ~HASH_CTRL_MCAST_EN));
/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac.h103 #define HASH_CTRL_MCAST_EN 0x00000100 /* 23 Mcast frame rx for hash */ macro

Completed in 131 milliseconds