Searched refs:DPNI_LINK_OPT_PAUSE (Results 1 – 3 of 3) sorted by relevance
102 pause->rx_pause = !!(link_options & DPNI_LINK_OPT_PAUSE); in dpaa2_eth_get_pauseparam()127 cfg.options |= DPNI_LINK_OPT_PAUSE; in dpaa2_eth_set_pauseparam()129 cfg.options &= ~DPNI_LINK_OPT_PAUSE; in dpaa2_eth_set_pauseparam()
510 #define DPNI_LINK_OPT_PAUSE 0x0000000000000004ULL macro
1257 tx_pause = !!(state.options & DPNI_LINK_OPT_PAUSE) ^ in link_state_update()2534 link_cfg.options |= DPNI_LINK_OPT_PAUSE; in set_pause()