Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c195 { ENETC_PM_TLCOL(0), "MAC tx late collisions" },
359 s->LateCollisions = enetc_port_rd(hw, ENETC_PM_TLCOL(mac)); in enetc_mac_stats()
H A Denetc_hw.h355 #define ENETC_PM_TLCOL(mac) (0x82E8 + ENETC_PMAC_OFFSET * (mac)) macro