Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dmcdi_port.c332 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
335 link_state->fc = EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
505 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in efx_mcdi_phy_probe()
553 if ((efx->wanted_fc & EFX_FC_TX) && rmtadv == ADVERTISED_Asym_Pause) in efx_mcdi_phy_check_fcntl()
1199 case EFX_FC_RX | EFX_FC_TX: in efx_mcdi_set_mac()
Dethtool.c710 (pause->tx_pause ? EFX_FC_TX : 0) | in efx_ethtool_set_pauseparam()
713 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) { in efx_ethtool_set_pauseparam()
729 (wanted_fc & EFX_FC_TX) && !(efx->wanted_fc & EFX_FC_TX)) in efx_ethtool_set_pauseparam()
763 pause->tx_pause = !!(efx->wanted_fc & EFX_FC_TX); in efx_ethtool_get_pauseparam()
Defx.c991 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()
993 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()
995 efx->wanted_fc ^= EFX_FC_TX; in efx_link_set_advertising()
1004 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_clear_advertising()
1017 if (wanted_fc & EFX_FC_TX) in efx_link_set_wanted_fc()
Dnet_driver.h597 #define EFX_FC_TX FLOW_CTRL_TX macro