Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dmdio_10g.c272 if (efx->link_advertising & ADVERTISED_Pause) in efx_mdio_an_reconfigure()
274 if (efx->link_advertising & ADVERTISED_Asym_Pause) in efx_mdio_an_reconfigure()
279 efx->phy_op->set_npage_adv(efx, efx->link_advertising); in efx_mdio_an_reconfigure()
Dmcdi_port.c374 efx->link_advertising = in efx_mcdi_phy_probe()
438 u32 caps = (efx->link_advertising ? in efx_mcdi_port_reconfigure()
439 ethtool_to_mcdi_cap(efx->link_advertising) : in efx_mcdi_port_reconfigure()
514 ecmd->advertising = efx->link_advertising; in efx_mcdi_phy_get_settings()
520 ecmd->autoneg = !!(efx->link_advertising & ADVERTISED_Autoneg); in efx_mcdi_phy_get_settings()
Dethtool.c708 if ((wanted_fc & EFX_FC_AUTO) && !efx->link_advertising) { in efx_ethtool_set_pauseparam()
720 old_adv = efx->link_advertising; in efx_ethtool_set_pauseparam()
723 if (efx->link_advertising != old_adv || in efx_ethtool_set_pauseparam()
Dtenxpress.c182 efx->link_advertising = (ADVERTISED_TP | ADVERTISED_Autoneg | in tenxpress_phy_probe()
Defx.c942 efx->link_advertising = advertising; in efx_link_set_advertising()
956 if (efx->link_advertising) { in efx_link_set_wanted_fc()
958 efx->link_advertising |= (ADVERTISED_Pause | in efx_link_set_wanted_fc()
961 efx->link_advertising &= ~(ADVERTISED_Pause | in efx_link_set_wanted_fc()
964 efx->link_advertising ^= ADVERTISED_Asym_Pause; in efx_link_set_wanted_fc()
Dnet_driver.h1017 u32 link_advertising; member