Searched refs:ice_is_phy_caps_an_enabled (Results 1 – 4 of 4) sorted by relevance
145 bool ice_is_phy_caps_an_enabled(struct ice_aqc_get_phy_caps_data *caps);
2438 if (ice_is_phy_caps_an_enabled(caps)) { in ice_get_link_ksettings()3478 pause->autoneg = ice_is_phy_caps_an_enabled(pcaps) ? AUTONEG_ENABLE : in ice_get_pauseparam()3546 is_an = ice_is_phy_caps_an_enabled(pcaps) ? AUTONEG_ENABLE : in ice_set_pauseparam()
5993 bool ice_is_phy_caps_an_enabled(struct ice_aqc_get_phy_caps_data *caps) in ice_is_phy_caps_an_enabled() function
886 an_advertised = ice_is_phy_caps_an_enabled(caps) ? "On" : "Off"; in ice_print_link_msg()