Searched refs:NAR_RX_MULTI (Results 1 – 4 of 4) sorted by relevance
187 #define NAR_RX_MULTI 0x00000080U /* Receive all multicast packets */ macro
723 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()
168 #define NAR_RX_MULTI 0x00000080U /* Receive all multicast packets */ macro
791 nar |= NAR_RX_MULTI; /* receive all multicast */ in mxfe_initialize()