Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c157 { ENETC_PM_TFRM(0), "MAC tx frames" },
317 s->FramesTransmittedOK = enetc_port_rd(hw, ENETC_PM_TFRM(mac)); in enetc_mac_stats()
Denetc_hw.h311 #define ENETC_PM_TFRM(mac) (0x8220 + 0x1000 * (mac)) macro