Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c196 { ENETC_PM_TMCOL(0), "MAC tx multiple collisions" },
356 s->MultipleCollisionFrames = enetc_port_rd64(hw, ENETC_PM_TMCOL(mac)); in enetc_mac_stats()
H A Denetc_hw.h360 #define ENETC_PM_TMCOL(mac) (0x82D8 + ENETC_PMAC_OFFSET * (mac)) macro