Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c843 cmd_cfg &= ~ENETC_PM0_PAUSE_IGN; in enetc_pl_mac_link_up()
845 cmd_cfg |= ENETC_PM0_PAUSE_IGN; in enetc_pl_mac_link_up()
H A Denetc_hw.h264 #define ENETC_PM0_PAUSE_IGN BIT(8) macro