Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dmcdi_port.c316 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
319 link_state->fc = EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
423 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in efx_mcdi_phy_probe()
469 if ((efx->wanted_fc & EFX_FC_TX) && rmtadv == ADVERTISED_Asym_Pause) in efx_mcdi_phy_check_fcntl()
881 case EFX_FC_RX | EFX_FC_TX: in efx_mcdi_set_mac()
Dethtool.c698 (pause->tx_pause ? EFX_FC_TX : 0) | in efx_ethtool_set_pauseparam()
701 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) { in efx_ethtool_set_pauseparam()
717 (wanted_fc & EFX_FC_TX) && !(efx->wanted_fc & EFX_FC_TX)) in efx_ethtool_set_pauseparam()
751 pause->tx_pause = !!(efx->wanted_fc & EFX_FC_TX); in efx_ethtool_get_pauseparam()
Dmdio_10g.c289 BUILD_BUG_ON(EFX_FC_AUTO & (EFX_FC_RX | EFX_FC_TX)); in efx_mdio_get_pause()
Defx.c942 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()
944 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()
946 efx->wanted_fc ^= EFX_FC_TX; in efx_link_set_advertising()
960 if (wanted_fc & EFX_FC_TX) in efx_link_set_wanted_fc()
Dnet_driver.h674 #define EFX_FC_TX FLOW_CTRL_TX macro
Dfalcon.c1102 bool tx_fc = !!(efx->link_state.fc & EFX_FC_TX); in falcon_reconfigure_xmac_core()
1710 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in falcon_probe_port()