Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c141 { ENETC_PM_TUCA(0), "eMAC tx unicast frames" },
158 { ENETC_PM_TUCA(1), "pMAC tx unicast frames" },
H A Denetc_hw.h346 #define ENETC_PM_TUCA(mac) (0x8240 + ENETC_PMAC_OFFSET * (mac)) macro