Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c162 { ENETC_PM_R511(0), "MAC rx 256-511 byte packets" },
400 s->hist[3] = enetc_port_rd(hw, ENETC_PM_R511(mac)); in enetc_rmon_stats()
H A Denetc_hw.h322 #define ENETC_PM_R511(mac) (0x8188 + ENETC_PMAC_OFFSET * (mac)) macro