Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/yge/
H A Dyge.h1571 #define GM_RXCR_UCF_ENA BIT(15) /* Enable Unicast filtering */ macro
H A Dyge.c475 mode &= ~(GM_RXCR_UCF_ENA | GM_RXCR_MCF_ENA); in yge_setrxfilt()
477 mode |= (GM_RXCR_UCF_ENA | GM_RXCR_MCF_ENA); in yge_setrxfilt()