Searched refs:ENETC_PSIPMR_SET_MP (Results 1 – 2 of 2) sorted by relevance
592 psipmr |= ENETC_PSIPMR_SET_UP(0) | ENETC_PSIPMR_SET_MP(0); in enetc_promiscuous_enable()612 psipmr &= (~ENETC_PSIPMR_SET_MP(0)); in enetc_promiscuous_disable()630 psipmr |= ENETC_PSIPMR_SET_MP(0); in enetc_allmulticast_enable()650 ~(ENETC_PSIPMR_SET_MP(0)); in enetc_allmulticast_disable()
86 #define ENETC_PSIPMR_SET_MP(n) (0x1 << ((n) + 16)) macro