Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c160 { ENETC_PM_R127(0), "MAC rx 65-127 byte packets" },
398 s->hist[1] = enetc_port_rd(hw, ENETC_PM_R127(mac)); in enetc_rmon_stats()
H A Denetc_hw.h320 #define ENETC_PM_R127(mac) (0x8178 + ENETC_PMAC_OFFSET * (mac)) macro