Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/afe/
H A Dafeimpl.h57 #define AFE_MCHASH (64) macro
139 uint16_t afe_mccount[AFE_MCHASH];
140 uint32_t afe_mctab[AFE_MCHASH / 32]; /* Centaur */
H A Dafe.c763 crc %= AFE_MCHASH; in afe_m_multicst()