Searched refs:p_mchash (Results 1 – 2 of 2) sorted by relevance
457 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()
2276 uint32_t p_mchash[2]; member