Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enetc/
H A Denetc_ethdev.c589 psipmr = enetc_port_rd(enetc_hw, ENETC_PSIPMR); in enetc_promiscuous_enable()
594 enetc_port_wr(enetc_hw, ENETC_PSIPMR, psipmr); in enetc_promiscuous_enable()
608 psipmr = enetc_port_rd(enetc_hw, ENETC_PSIPMR); in enetc_promiscuous_disable()
614 enetc_port_wr(enetc_hw, ENETC_PSIPMR, psipmr); in enetc_promiscuous_disable()
627 psipmr = enetc_port_rd(enetc_hw, ENETC_PSIPMR); in enetc_allmulticast_enable()
632 enetc_port_wr(enetc_hw, ENETC_PSIPMR, psipmr); in enetc_allmulticast_enable()
649 psipmr = enetc_port_rd(enetc_hw, ENETC_PSIPMR) & in enetc_allmulticast_disable()
652 enetc_port_wr(enetc_hw, ENETC_PSIPMR, psipmr); in enetc_allmulticast_disable()
/f-stack/dpdk/drivers/net/enetc/base/
H A Denetc_hw.h84 #define ENETC_PSIPMR 0x00018 macro