Home
last modified time | relevance | path

Searched refs:NAR_RX_MULTI (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/afe/
H A Dafe.h187 #define NAR_RX_MULTI 0x00000080U /* Receive all multicast packets */ macro
H A Dafe.c723 SETBIT(afep, CSR_NAR, NAR_RX_MULTI); in afe_setrxfilt()
725 CLRBIT(afep, CSR_NAR, NAR_RX_MULTI); in afe_setrxfilt()
728 CLRBIT(afep, CSR_NAR, NAR_RX_MULTI); in afe_setrxfilt()
/titanic_44/usr/src/uts/common/io/mxfe/
H A Dmxfe.h168 #define NAR_RX_MULTI 0x00000080U /* Receive all multicast packets */ macro
H A Dmxfe.c791 nar |= NAR_RX_MULTI; /* receive all multicast */ in mxfe_initialize()