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);
status = ice_reset(hw, reset_type);
status = ice_reset(&sc->hw, ICE_RESET_PFR);
status = ice_reset(hw, ICE_RESET_PFR);