|
@@ -1383,6 +1383,7 @@ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
|
|
*/
|
|
*/
|
|
if (!mac->get_link_status)
|
|
if (!mac->get_link_status)
|
|
return 0;
|
|
return 0;
|
|
|
|
+ mac->get_link_status = false;
|
|
|
|
|
|
/* First we want to see if the MII Status Register reports
|
|
/* First we want to see if the MII Status Register reports
|
|
* link. If so, then we want to get the current speed/duplex
|
|
* link. If so, then we want to get the current speed/duplex
|
|
@@ -1390,12 +1391,12 @@ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
|
|
*/
|
|
*/
|
|
ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
|
|
ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
|
|
if (ret_val)
|
|
if (ret_val)
|
|
- return ret_val;
|
|
|
|
|
|
+ goto out;
|
|
|
|
|
|
if (hw->mac.type == e1000_pchlan) {
|
|
if (hw->mac.type == e1000_pchlan) {
|
|
ret_val = e1000_k1_gig_workaround_hv(hw, link);
|
|
ret_val = e1000_k1_gig_workaround_hv(hw, link);
|
|
if (ret_val)
|
|
if (ret_val)
|
|
- return ret_val;
|
|
|
|
|
|
+ goto out;
|
|
}
|
|
}
|
|
|
|
|
|
/* When connected at 10Mbps half-duplex, some parts are excessively
|
|
/* When connected at 10Mbps half-duplex, some parts are excessively
|
|
@@ -1428,7 +1429,7 @@ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
|
|
|
|
|
|
ret_val = hw->phy.ops.acquire(hw);
|
|
ret_val = hw->phy.ops.acquire(hw);
|
|
if (ret_val)
|
|
if (ret_val)
|
|
- return ret_val;
|
|
|
|
|
|
+ goto out;
|
|
|
|
|
|
if (hw->mac.type == e1000_pch2lan)
|
|
if (hw->mac.type == e1000_pch2lan)
|
|
emi_addr = I82579_RX_CONFIG;
|
|
emi_addr = I82579_RX_CONFIG;
|
|
@@ -1450,7 +1451,7 @@ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
|
|
hw->phy.ops.release(hw);
|
|
hw->phy.ops.release(hw);
|
|
|
|
|
|
if (ret_val)
|
|
if (ret_val)
|
|
- return ret_val;
|
|
|
|
|
|
+ goto out;
|
|
|
|
|
|
if (hw->mac.type >= e1000_pch_spt) {
|
|
if (hw->mac.type >= e1000_pch_spt) {
|
|
u16 data;
|
|
u16 data;
|
|
@@ -1459,14 +1460,14 @@ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
|
|
if (speed == SPEED_1000) {
|
|
if (speed == SPEED_1000) {
|
|
ret_val = hw->phy.ops.acquire(hw);
|
|
ret_val = hw->phy.ops.acquire(hw);
|
|
if (ret_val)
|
|
if (ret_val)
|
|
- return ret_val;
|
|
|
|
|
|
+ goto out;
|
|
|
|
|
|
ret_val = e1e_rphy_locked(hw,
|
|
ret_val = e1e_rphy_locked(hw,
|
|
PHY_REG(776, 20),
|
|
PHY_REG(776, 20),
|
|
&data);
|
|
&data);
|
|
if (ret_val) {
|
|
if (ret_val) {
|
|
hw->phy.ops.release(hw);
|
|
hw->phy.ops.release(hw);
|
|
- return ret_val;
|
|
|
|
|
|
+ goto out;
|
|
}
|
|
}
|
|
|
|
|
|
ptr_gap = (data & (0x3FF << 2)) >> 2;
|
|
ptr_gap = (data & (0x3FF << 2)) >> 2;
|
|
@@ -1480,18 +1481,18 @@ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
|
|
}
|
|
}
|
|
hw->phy.ops.release(hw);
|
|
hw->phy.ops.release(hw);
|
|
if (ret_val)
|
|
if (ret_val)
|
|
- return ret_val;
|
|
|
|
|
|
+ goto out;
|
|
} else {
|
|
} else {
|
|
ret_val = hw->phy.ops.acquire(hw);
|
|
ret_val = hw->phy.ops.acquire(hw);
|
|
if (ret_val)
|
|
if (ret_val)
|
|
- return ret_val;
|
|
|
|
|
|
+ goto out;
|
|
|
|
|
|
ret_val = e1e_wphy_locked(hw,
|
|
ret_val = e1e_wphy_locked(hw,
|
|
PHY_REG(776, 20),
|
|
PHY_REG(776, 20),
|
|
0xC023);
|
|
0xC023);
|
|
hw->phy.ops.release(hw);
|
|
hw->phy.ops.release(hw);
|
|
if (ret_val)
|
|
if (ret_val)
|
|
- return ret_val;
|
|
|
|
|
|
+ goto out;
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1518,7 +1519,7 @@ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
|
|
(hw->adapter->pdev->device == E1000_DEV_ID_PCH_I218_V3)) {
|
|
(hw->adapter->pdev->device == E1000_DEV_ID_PCH_I218_V3)) {
|
|
ret_val = e1000_k1_workaround_lpt_lp(hw, link);
|
|
ret_val = e1000_k1_workaround_lpt_lp(hw, link);
|
|
if (ret_val)
|
|
if (ret_val)
|
|
- return ret_val;
|
|
|
|
|
|
+ goto out;
|
|
}
|
|
}
|
|
if (hw->mac.type >= e1000_pch_lpt) {
|
|
if (hw->mac.type >= e1000_pch_lpt) {
|
|
/* Set platform power management values for
|
|
/* Set platform power management values for
|
|
@@ -1526,7 +1527,7 @@ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
|
|
*/
|
|
*/
|
|
ret_val = e1000_platform_pm_pch_lpt(hw, link);
|
|
ret_val = e1000_platform_pm_pch_lpt(hw, link);
|
|
if (ret_val)
|
|
if (ret_val)
|
|
- return ret_val;
|
|
|
|
|
|
+ goto out;
|
|
}
|
|
}
|
|
|
|
|
|
/* Clear link partner's EEE ability */
|
|
/* Clear link partner's EEE ability */
|
|
@@ -1549,9 +1550,7 @@ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
|
|
}
|
|
}
|
|
|
|
|
|
if (!link)
|
|
if (!link)
|
|
- return 0; /* No link detected */
|
|
|
|
-
|
|
|
|
- mac->get_link_status = false;
|
|
|
|
|
|
+ goto out;
|
|
|
|
|
|
switch (hw->mac.type) {
|
|
switch (hw->mac.type) {
|
|
case e1000_pch2lan:
|
|
case e1000_pch2lan:
|
|
@@ -1617,6 +1616,10 @@ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
|
|
e_dbg("Error configuring flow control\n");
|
|
e_dbg("Error configuring flow control\n");
|
|
|
|
|
|
return ret_val;
|
|
return ret_val;
|
|
|
|
+
|
|
|
|
+out:
|
|
|
|
+ mac->get_link_status = true;
|
|
|
|
+ return ret_val;
|
|
}
|
|
}
|
|
|
|
|
|
static s32 e1000_get_variants_ich8lan(struct e1000_adapter *adapter)
|
|
static s32 e1000_get_variants_ich8lan(struct e1000_adapter *adapter)
|