Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/yge/
H A Dyge.c457 mchash = port->p_mchash; in yge_setrxfilt()
3131 port->p_mchash[bit / 32] |= (1 << (bit % 32)); in yge_m_multicst()
3139 port->p_mchash[bit / 32] &= ~(1 << (bit % 32)); in yge_m_multicst()
H A Dyge.h2276 uint32_t p_mchash[2]; member