Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h730 static inline bool dpaa2_eth_tx_pause_enabled(u64 link_options) in dpaa2_eth_tx_pause_enabled() argument
732 return !!(link_options & DPNI_LINK_OPT_PAUSE) ^ in dpaa2_eth_tx_pause_enabled()
733 !!(link_options & DPNI_LINK_OPT_ASYM_PAUSE); in dpaa2_eth_tx_pause_enabled()
736 static inline bool dpaa2_eth_rx_pause_enabled(u64 link_options) in dpaa2_eth_rx_pause_enabled() argument
738 return !!(link_options & DPNI_LINK_OPT_PAUSE); in dpaa2_eth_rx_pause_enabled()