Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c135 { ENETC_PM_RUCA(0), "eMAC rx unicast frames" },
152 { ENETC_PM_RUCA(1), "pMAC rx unicast frames" },
H A Denetc_hw.h320 #define ENETC_PM_RUCA(mac) (0x8140 + ENETC_PMAC_OFFSET * (mac)) macro