ice_reset
status = ice_reset(hw, ICE_RESET_PFR);
int ice_reset(struct ice_hw *hw, enum ice_reset_req req);
ice_reset(hw, ICE_RESET_CORER);
ice_reset(&pf->hw, ICE_RESET_PFR);
if (ice_reset(hw, reset_type)) {