Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c163 { ENETC_PM_R1023(0), "MAC rx 512-1023 byte packets" },
401 s->hist[4] = enetc_port_rd(hw, ENETC_PM_R1023(mac)); in enetc_rmon_stats()
H A Denetc_hw.h323 #define ENETC_PM_R1023(mac) (0x8190 + ENETC_PMAC_OFFSET * (mac)) macro