Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c136 { ENETC_PM_RDRP(0), "eMAC rx dropped packets" },
153 { ENETC_PM_RDRP(1), "pMAC rx dropped packets" },
H A Denetc_hw.h332 #define ENETC_PM_RDRP(mac) (0x8158 + ENETC_PMAC_OFFSET * (mac)) macro