Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/afe/
H A Dafe.c722 if (afep->afe_mctab[0] || afep->afe_mctab[1]) { in afe_setrxfilt()
729 PUTCSR(afep, CSR_MAR0, afep->afe_mctab[0]); in afe_setrxfilt()
730 PUTCSR(afep, CSR_MAR1, afep->afe_mctab[1]); in afe_setrxfilt()
771 newval = oldval = afep->afe_mctab[index]; in afe_m_multicst()
783 afep->afe_mctab[index] = newval; in afe_m_multicst()
H A Dafeimpl.h140 uint32_t afe_mctab[AFE_MCHASH / 32]; /* Centaur */ member