Home
last modified time | relevance | path

Searched refs:EFX_FC_AUTO (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dmcdi_port.c335 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
509 efx->wanted_fc |= EFX_FC_AUTO; in efx_mcdi_phy_probe()
546 if (efx->wanted_fc & EFX_FC_AUTO) in efx_mcdi_phy_check_fcntl()
1211 if (efx->wanted_fc & EFX_FC_AUTO) in efx_mcdi_set_mac()
Dethtool.c714 (pause->autoneg ? EFX_FC_AUTO : 0)); in efx_ethtool_set_pauseparam()
723 if ((wanted_fc & EFX_FC_AUTO) && !efx->link_advertising[0]) { in efx_ethtool_set_pauseparam()
739 (efx->wanted_fc ^ old_fc) & EFX_FC_AUTO) { in efx_ethtool_set_pauseparam()
767 pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO); in efx_ethtool_get_pauseparam()
Dnet_driver.h601 #define EFX_FC_AUTO 4 macro