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