Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/afe/
H A Dafeimpl.h139 uint16_t afe_mccount[AFE_MCHASH]; member
H A Dafe.c774 afep->afe_mccount[crc]++; in afe_m_multicst()
775 if (afep->afe_mccount[crc] == 1) in afe_m_multicst()
778 afep->afe_mccount[crc]--; in afe_m_multicst()
779 if (afep->afe_mccount[crc] == 0) in afe_m_multicst()