igb_enable_mng_pass_thru
if (!igb_enable_mng_pass_thru(hw)) {
if (!(igb_enable_mng_pass_thru(hw) || igb_check_reset_block(hw)))
bool igb_enable_mng_pass_thru(struct e1000_hw *hw);
adapter->en_mng_pt = igb_enable_mng_pass_thru(hw);