Lines Matching refs:advertising
2138 linkmode_and(phydev->advertising, phydev->advertising, in genphy_c37_config_advert()
2142 phydev->advertising)) in genphy_c37_config_advert()
2145 phydev->advertising)) in genphy_c37_config_advert()
2148 phydev->advertising)) in genphy_c37_config_advert()
2330 linkmode_and(phydev->advertising, phydev->advertising, in __genphy_config_aneg()
2332 advert = phydev->advertising; in __genphy_config_aneg()
2894 phy_copy_pause_bits(new, phydev->advertising); in phy_advertise_supported()
2895 linkmode_copy(phydev->advertising, new); in phy_advertise_supported()
2986 phy_copy_pause_bits(phydev->advertising, phydev->supported); in phy_support_sym_pause()
2998 phy_copy_pause_bits(phydev->advertising, phydev->supported); in phy_support_asym_pause()
3022 linkmode_copy(phydev->advertising, phydev->supported); in phy_set_sym_pause()
3041 linkmode_copy(oldadv, phydev->advertising); in phy_set_asym_pause()
3042 linkmode_set_pause(phydev->advertising, tx, rx); in phy_set_asym_pause()
3044 if (!linkmode_equal(oldadv, phydev->advertising) && in phy_set_asym_pause()
3095 return linkmode_resolve_pause(phydev->advertising, in phy_get_pause()