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

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c897 bool mcast, ghtx; local
904 ghtx = (bool)((fman_dtsec_get_rctrl(p_Dtsec->p_MemMap) & RCTRL_GHTX) ? TRUE : FALSE);
907 if (ghtx && !mcast) /* Cannot handle unicast mac addr when GHTX is on */
913 * if ghtx = 0 H[8:6] (highest order 3 bits) identify the hash register
922 if (ghtx)
926 /* if !ghtx and mcast the bit must be set in gaddr instead of igaddr. */
957 bool mcast, ghtx; local
964 ghtx = (bool)((fman_dtsec_get_rctrl(p_Dtsec->p_MemMap) & RCTRL_GHTX) ? TRUE : FALSE);
967 if (ghtx && !mcast) /* Cannot handle unicast mac addr when GHTX is on */
972 if (ghtx)
[all...]
H A Dfman_dtsec.c382 void fman_dtsec_set_hash_table(struct dtsec_regs *regs, uint32_t crc, bool mcast, bool ghtx) argument
385 if (ghtx)
389 /* if !ghtx and mcast the bit must be set in gaddr instead of igaddr. */
417 bool ghtx; local
419 ghtx = (bool)((ioread32be(&regs->rctrl) & RCTRL_GHTX) ? TRUE : FALSE);
421 if (ucast || (ghtx && mcast)) {
/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h1013 * @ghtx: true if we are in ghtx mode
1018 bool mcast, bool ghtx);

Completed in 47 milliseconds