Home
last modified time | relevance | path

Searched refs:ice_is_phy_caps_an_enabled (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_common.h107 bool ice_is_phy_caps_an_enabled(struct ice_aqc_get_phy_caps_data *caps);
H A Dice_ethtool.c2033 if (ice_is_phy_caps_an_enabled(caps)) { in ice_get_link_ksettings()
2992 pause->autoneg = ice_is_phy_caps_an_enabled(pcaps) ? AUTONEG_ENABLE : in ice_get_pauseparam()
3061 is_an = ice_is_phy_caps_an_enabled(pcaps) ? AUTONEG_ENABLE : in ice_set_pauseparam()
H A Dice_common.c4363 * ice_is_phy_caps_an_enabled - check if PHY capabilities autoneg is enabled
4366 bool ice_is_phy_caps_an_enabled(struct ice_aqc_get_phy_caps_data *caps) in ice_is_phy_caps_an_enabled() function
H A Dice_main.c734 an_advertised = ice_is_phy_caps_an_enabled(caps) ? "On" : "Off"; in ice_print_link_msg()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_common.h116 bool ice_is_phy_caps_an_enabled(struct ice_aqc_get_phy_caps_data *caps);
H A Dice_ethtool.c2000 if (ice_is_phy_caps_an_enabled(caps)) { in ice_get_link_ksettings()
2971 pause->autoneg = ice_is_phy_caps_an_enabled(pcaps) ? AUTONEG_ENABLE : in ice_get_pauseparam()
3039 is_an = ice_is_phy_caps_an_enabled(pcaps) ? AUTONEG_ENABLE : in ice_set_pauseparam()
H A Dice_common.c5513 * ice_is_phy_caps_an_enabled - check if PHY capabilities autoneg is enabled
5516 bool ice_is_phy_caps_an_enabled(struct ice_aqc_get_phy_caps_data *caps) in ice_is_phy_caps_an_enabled() function
H A Dice_main.c891 an_advertised = ice_is_phy_caps_an_enabled(caps) ? "On" : "Off"; in ice_print_link_msg()

Completed in 40 milliseconds