Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enetc/
H A Denetc_ethdev.c592 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()
/f-stack/dpdk/drivers/net/enetc/base/
H A Denetc_hw.h86 #define ENETC_PSIPMR_SET_MP(n) (0x1 << ((n) + 16)) macro