Home
last modified time | relevance | path

Searched refs:old_adv (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/net/ethtool/
Dlinkmodes.c178 DECLARE_BITMAP(old_adv, __ETHTOOL_LINK_MODE_MASK_NBITS); in ethnl_auto_linkmodes()
181 bitmap_copy(old_adv, advertising, __ETHTOOL_LINK_MODE_MASK_NBITS); in ethnl_auto_linkmodes()
197 return !bitmap_equal(old_adv, advertising, in ethnl_auto_linkmodes()
/linux-6.12.1/drivers/net/ethernet/sfc/siena/
Dethtool_common.c143 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-6.12.1/drivers/net/ethernet/sfc/
Dethtool_common.c192 u32 old_adv; in efx_ethtool_set_pauseparam() local
220 old_adv = efx->link_advertising[0]; in efx_ethtool_set_pauseparam()
223 if (efx->link_advertising[0] != old_adv || in efx_ethtool_set_pauseparam()
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/
Dethtool.c689 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()