Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enetc/base/
H A Denetc_hw.h85 #define ENETC_PSIPMR_SET_UP(n) (0x1 << (n)) /* n = SI index */ macro
/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()
609 psipmr &= (~ENETC_PSIPMR_SET_UP(0)); in enetc_promiscuous_disable()