Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c141 { ENETC_PM_R64(0), "MAC rx 64 byte packets" },
364 s->hist[0] = enetc_port_rd(hw, ENETC_PM_R64(mac)); in enetc_rmon_stats()
Denetc_hw.h295 #define ENETC_PM_R64(mac) (0x8170 + 0x1000 * (mac)) macro