Home
last modified time | relevance | path

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

/dpdk/drivers/net/enetc/
H A Denetc_ethdev.c607 psipmr = enetc_port_rd(enetc_hw, ENETC_PSIPMR); in enetc_promiscuous_enable()
612 enetc_port_wr(enetc_hw, ENETC_PSIPMR, psipmr); in enetc_promiscuous_enable()
626 psipmr = enetc_port_rd(enetc_hw, ENETC_PSIPMR); in enetc_promiscuous_disable()
632 enetc_port_wr(enetc_hw, ENETC_PSIPMR, psipmr); in enetc_promiscuous_disable()
645 psipmr = enetc_port_rd(enetc_hw, ENETC_PSIPMR); in enetc_allmulticast_enable()
650 enetc_port_wr(enetc_hw, ENETC_PSIPMR, psipmr); in enetc_allmulticast_enable()
667 psipmr = enetc_port_rd(enetc_hw, ENETC_PSIPMR) & in enetc_allmulticast_disable()
670 enetc_port_wr(enetc_hw, ENETC_PSIPMR, psipmr); in enetc_allmulticast_disable()
/dpdk/drivers/net/enetc/base/
H A Denetc_hw.h84 #define ENETC_PSIPMR 0x00018 macro