Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c1036 val |= ENETC_PTCFPR_FPE; in enetc_set_ptcfpr()
1038 val &= ~ENETC_PTCFPR_FPE; in enetc_set_ptcfpr()
H A Denetc_hw.h973 #define ENETC_PTCFPR_FPE BIT(31) macro