Home
last modified time | relevance | path

Searched refs:DPMAC_LINK_OPT_PAUSE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac.h90 #define DPMAC_LINK_OPT_PAUSE BIT_ULL(2) macro
H A Ddpaa2-mac.c213 dpmac_state->options |= DPMAC_LINK_OPT_PAUSE; in dpaa2_mac_link_up()
215 dpmac_state->options &= ~DPMAC_LINK_OPT_PAUSE; in dpaa2_mac_link_up()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h317 #define DPMAC_LINK_OPT_PAUSE 0x0000000000000004ULL macro