Searched refs:ENETC_PSIPMR (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/enetc/ |
| H A D | enetc_ethdev.c | 589 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 D | enetc_hw.h | 84 #define ENETC_PSIPMR 0x00018 macro
|