Searched refs:old_adv (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/net/ethtool/ |
| D | linkmodes.c | 190 DECLARE_BITMAP(old_adv, __ETHTOOL_LINK_MODE_MASK_NBITS); in ethnl_auto_linkmodes() 193 bitmap_copy(old_adv, advertising, __ETHTOOL_LINK_MODE_MASK_NBITS); in ethnl_auto_linkmodes() 209 return !bitmap_equal(old_adv, advertising, in ethnl_auto_linkmodes()
|
| /Linux-v6.1/drivers/net/phy/ |
| D | phy.c | 1427 int cap, old_adv, adv = 0, ret; in phy_ethtool_set_eee() local 1437 old_adv = phy_read_mmd(phydev, MDIO_MMD_AN, MDIO_AN_EEE_ADV); in phy_ethtool_set_eee() 1438 if (old_adv < 0) in phy_ethtool_set_eee() 1439 return old_adv; in phy_ethtool_set_eee() 1448 if (old_adv != adv) { in phy_ethtool_set_eee()
|
| /Linux-v6.1/drivers/net/ethernet/sfc/ |
| D | ethtool_common.c | 200 u32 old_adv; in efx_ethtool_set_pauseparam() local 228 old_adv = efx->link_advertising[0]; in efx_ethtool_set_pauseparam() 231 if (efx->link_advertising[0] != old_adv || in efx_ethtool_set_pauseparam()
|
| /Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
| D | ethtool_common.c | 143 u32 old_adv; in efx_siena_ethtool_set_pauseparam() local 171 old_adv = efx->link_advertising[0]; in efx_siena_ethtool_set_pauseparam() 174 if (efx->link_advertising[0] != old_adv || in efx_siena_ethtool_set_pauseparam()
|
| /Linux-v6.1/drivers/net/ethernet/sfc/falcon/ |
| D | ethtool.c | 689 u32 old_adv; in ef4_ethtool_set_pauseparam() local 717 old_adv = efx->link_advertising; in ef4_ethtool_set_pauseparam() 720 if (efx->link_advertising != old_adv || in ef4_ethtool_set_pauseparam()
|