e1000_enable_mng_pass_thru
if (!e1000_enable_mng_pass_thru(hw)) {
if (!(e1000_enable_mng_pass_thru(hw) || phy->ops.check_reset_block(hw)))
bool e1000_enable_mng_pass_thru(struct e1000_hw *hw);
sc->has_manage = e1000_enable_mng_pass_thru(&sc->hw);