Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c180 { ENETC_PM_TMCA(0), "MAC tx multicast frames" },
365 s->MulticastFramesXmittedOK = enetc_port_rd(hw, ENETC_PM_TMCA(mac)); in enetc_mac_stats()
H A Denetc_hw.h340 #define ENETC_PM_TMCA(mac) (0x8248 + ENETC_PMAC_OFFSET * (mac)) macro