Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/sfc/siena/
Dmcdi_port_common.c289 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
387 if (efx->wanted_fc & EFX_FC_AUTO) in efx_mcdi_phy_check_fcntl()
521 efx->wanted_fc |= EFX_FC_AUTO; in efx_siena_mcdi_phy_probe()
1135 if (efx->wanted_fc & EFX_FC_AUTO) in efx_siena_mcdi_set_mac()
Dethtool_common.c135 pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO); in efx_siena_ethtool_get_pauseparam()
150 (pause->autoneg ? EFX_FC_AUTO : 0)); in efx_siena_ethtool_set_pauseparam()
159 if ((wanted_fc & EFX_FC_AUTO) && !efx->link_advertising[0]) { in efx_siena_ethtool_set_pauseparam()
175 (efx->wanted_fc ^ old_fc) & EFX_FC_AUTO) { in efx_siena_ethtool_set_pauseparam()
Dnet_driver.h636 #define EFX_FC_AUTO 4 macro
/linux-6.6.21/drivers/net/ethernet/sfc/
Dmcdi_port_common.c288 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
386 if (efx->wanted_fc & EFX_FC_AUTO) in efx_mcdi_phy_check_fcntl()
520 efx->wanted_fc |= EFX_FC_AUTO; in efx_mcdi_phy_probe()
1124 if (efx->wanted_fc & EFX_FC_AUTO) in efx_mcdi_set_mac()
Dethtool_common.c184 pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO); in efx_ethtool_get_pauseparam()
199 (pause->autoneg ? EFX_FC_AUTO : 0)); in efx_ethtool_set_pauseparam()
208 if ((wanted_fc & EFX_FC_AUTO) && !efx->link_advertising[0]) { in efx_ethtool_set_pauseparam()
224 (efx->wanted_fc ^ old_fc) & EFX_FC_AUTO) { in efx_ethtool_set_pauseparam()
Dnet_driver.h678 #define EFX_FC_AUTO 4 macro
Def100_nic.c372 efx->wanted_fc |= EFX_FC_AUTO; in ef100_phy_probe()