ixgbe_82598.c | 654 u16 link_reg, adapt_comp_reg; local in function:ixgbe_check_mac_link_82598 665 hw->phy.ops.read_reg(hw, 0xC79F, IXGBE_TWINAX_DEV, &link_reg); 666 hw->phy.ops.read_reg(hw, 0xC79F, IXGBE_TWINAX_DEV, &link_reg); 671 if ((link_reg & 1) && 681 &link_reg); 687 if ((link_reg & 1) && ((adapt_comp_reg & 1) == 0))
|