Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h248 #define ENETC_MMCSR_LPE BIT(1) /* Local Preemption Enabled */ macro
H A Denetc_ethtool.c988 state->tx_enabled = !!(val & ENETC_MMCSR_LPE); /* mirror of MMCSR_ME */ in enetc_get_mm()