Searched refs:EFX_FC_TX (Results 1 – 8 of 8) sorted by relevance
394 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in efx_mcdi_phy_probe()424 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()427 link_state->fc = EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()467 if ((efx->wanted_fc & EFX_FC_TX) && rmtadv == ADVERTISED_Asym_Pause) in efx_mcdi_phy_check_fcntl()
718 (pause->tx_pause ? EFX_FC_TX : 0) | in efx_ethtool_set_pauseparam()721 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) { in efx_ethtool_set_pauseparam()740 reset = (wanted_fc & EFX_FC_TX) && !(efx->wanted_fc & EFX_FC_TX); in efx_ethtool_set_pauseparam()785 pause->tx_pause = !!(efx->wanted_fc & EFX_FC_TX); in efx_ethtool_get_pauseparam()
35 case EFX_FC_RX | EFX_FC_TX: in efx_mcdi_set_mac()
289 BUILD_BUG_ON(EFX_FC_AUTO & (EFX_FC_RX | EFX_FC_TX)); in efx_mdio_get_pause()
150 bool tx_fc = !!(efx->link_state.fc & EFX_FC_TX); in falcon_reconfigure_xmac_core()
947 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()949 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()951 efx->wanted_fc ^= EFX_FC_TX; in efx_link_set_advertising()965 if (wanted_fc & EFX_FC_TX) in efx_link_set_wanted_fc()
496 #define EFX_FC_TX FLOW_CTRL_TX macro
856 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in falcon_probe_port()