Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c168 { ENETC_PM_RFRG(0), "MAC rx fragment packets" },
394 s->fragments = enetc_port_rd(hw, ENETC_PM_RFRG(mac)); in enetc_rmon_stats()
H A Denetc_hw.h328 #define ENETC_PM_RFRG(mac) (0x81B8 + ENETC_PMAC_OFFSET * (mac)) macro