Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac.h105 #define DPMAC_LINK_OPT_ASYM_PAUSE BIT_ULL(3) macro
H A Ddpaa2-mac.c197 dpmac_state->options |= DPMAC_LINK_OPT_ASYM_PAUSE; in dpaa2_mac_link_up()
199 dpmac_state->options &= ~DPMAC_LINK_OPT_ASYM_PAUSE; in dpaa2_mac_link_up()
/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h325 #define DPMAC_LINK_OPT_ASYM_PAUSE 0x0000000000000008ULL macro