e1000_enable_mng_pass_thru
if (e1000_enable_mng_pass_thru(&adapter->hw))
if (e1000_enable_mng_pass_thru(&sc->hw))
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);
if (e1000_enable_mng_pass_thru(&sc->hw))