Searched refs:link_advertising (Results 1 – 6 of 6) sorted by relevance
272 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()
374 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()
708 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()
182 efx->link_advertising = (ADVERTISED_TP | ADVERTISED_Autoneg | in tenxpress_phy_probe()
942 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()
1017 u32 link_advertising; member