Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dmcdi_phy.c394 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()
Dethtool.c718 (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()
Dmcdi_mac.c35 case EFX_FC_RX | EFX_FC_TX: in efx_mcdi_set_mac()
Dmdio_10g.c289 BUILD_BUG_ON(EFX_FC_AUTO & (EFX_FC_RX | EFX_FC_TX)); in efx_mdio_get_pause()
Dfalcon_xmac.c150 bool tx_fc = !!(efx->link_state.fc & EFX_FC_TX); in falcon_reconfigure_xmac_core()
Defx.c947 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()
Dnet_driver.h496 #define EFX_FC_TX FLOW_CTRL_TX macro
Dfalcon.c856 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in falcon_probe_port()