Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/sfc/
Dmdio_10g.c289 BUILD_BUG_ON(EFX_FC_AUTO & (EFX_FC_RX | EFX_FC_TX)); in efx_mdio_get_pause()
291 if (!(efx->wanted_fc & EFX_FC_AUTO)) in efx_mdio_get_pause()
Dmcdi_mac.c45 if (efx->wanted_fc & EFX_FC_AUTO) in efx_mcdi_set_mac()
Dmcdi_phy.c396 efx->wanted_fc |= EFX_FC_AUTO; in efx_mcdi_phy_probe()
424 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
458 if (efx->wanted_fc & EFX_FC_AUTO) in efx_mcdi_phy_check_fcntl()
Dethtool.c719 (pause->autoneg ? EFX_FC_AUTO : 0)); in efx_ethtool_set_pauseparam()
728 if ((wanted_fc & EFX_FC_AUTO) && !efx->link_advertising) { in efx_ethtool_set_pauseparam()
758 (efx->wanted_fc ^ old_fc) & EFX_FC_AUTO) { in efx_ethtool_set_pauseparam()
786 pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO); in efx_ethtool_get_pauseparam()
Dnet_driver.h474 #define EFX_FC_AUTO 4 macro
Dfalcon.c860 efx->wanted_fc |= EFX_FC_AUTO; in falcon_probe_port()