Home
last modified time | relevance | path

Searched refs:DPNI_LINK_OPT_ASYM_PAUSE (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c168 cfg.options |= DPNI_LINK_OPT_ASYM_PAUSE; in dpaa2_eth_set_pauseparam()
170 cfg.options &= ~DPNI_LINK_OPT_ASYM_PAUSE; in dpaa2_eth_set_pauseparam()
Ddpaa2-eth.h695 !!(link_options & DPNI_LINK_OPT_ASYM_PAUSE); in dpaa2_eth_tx_pause_enabled()
Ddpni.h502 #define DPNI_LINK_OPT_ASYM_PAUSE 0x0000000000000008ULL macro
Ddpaa2-eth.c3419 link_cfg.options &= ~DPNI_LINK_OPT_ASYM_PAUSE; in dpaa2_eth_set_pause()