Searched refs:ENETC_PM_TLCOL (Results 1 – 2 of 2) sorted by relevance
177 { ENETC_PM_TLCOL(0), "MAC tx late collisions" },325 s->LateCollisions = enetc_port_rd(hw, ENETC_PM_TLCOL(mac)); in enetc_mac_stats()
331 #define ENETC_PM_TLCOL(mac) (0x82E8 + 0x1000 * (mac)) macro