Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c174 { ENETC_PM_TXPF(0), "MAC tx valid pause frames" },
323 pause_stats->tx_pause_frames = enetc_port_rd(hw, ENETC_PM_TXPF(mac)); in enetc_pause_stats()
H A Denetc_hw.h334 #define ENETC_PM_TXPF(mac) (0x8218 + ENETC_PMAC_OFFSET * (mac)) macro