ice_is_phy_caps_an_enabled
bool ice_is_phy_caps_an_enabled(struct ice_aqc_get_phy_caps_data *caps);
if (ice_is_phy_caps_an_enabled(caps)) {
pause->autoneg = ice_is_phy_caps_an_enabled(pcaps) ? AUTONEG_ENABLE :
is_an = ice_is_phy_caps_an_enabled(pcaps) ? AUTONEG_ENABLE :
an_advertised = ice_is_phy_caps_an_enabled(caps) ? "On" : "Off";