Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c154 { ENETC_PM_RMCA(0), "MAC rx multicast frames" },
367 s->MulticastFramesReceivedOK = enetc_port_rd(hw, ENETC_PM_RMCA(mac)); in enetc_mac_stats()
H A Denetc_hw.h314 #define ENETC_PM_RMCA(mac) (0x8148 + ENETC_PMAC_OFFSET * (mac)) macro