Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c3129 if (port->p_mccount[bit] == 0) { in yge_m_multicst()
3134 port->p_mccount[bit]++; in yge_m_multicst()
3136 ASSERT(port->p_mccount[bit] > 0); in yge_m_multicst()
3137 port->p_mccount[bit]--; in yge_m_multicst()
3138 if (port->p_mccount[bit] == 0) { in yge_m_multicst()
H A Dyge.h2277 int p_mccount[64]; member