ice_aqc_get_pkg_info_resp
struct ice_aqc_get_pkg_info_resp *pkg_info,
struct ice_aqc_get_pkg_info_resp *pkg;
pkg = (struct ice_aqc_get_pkg_info_resp *)ice_malloc(hw, size);
struct ice_aqc_get_pkg_info_resp *pkg_info;
pkg_info = (struct ice_aqc_get_pkg_info_resp *)ice_malloc(hw, size);