aq_hw_reset
int aq_hw_reset(struct aq_hw *hw, bool reboot);
rc = aq_hw_reset(&softc->hw, !IS_CHIP_FEATURE(hw, ATLANTIC2));
aq_hw_reset(&softc->hw, true);