mirror of https://gitee.com/openkylin/linux.git
bnx2x: Fix BCM578xx MAC test
Signed-off-by: Yaniv Rosner <yanivr@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d2059a0611
commit
afad009ad7
|
@ -11541,13 +11541,12 @@ void bnx2x_init_xmac_loopback(struct link_params *params,
|
|||
* Set WC to loopback mode since link is required to provide clock
|
||||
* to the XMAC in 20G mode
|
||||
*/
|
||||
if (vars->line_speed == SPEED_20000) {
|
||||
bnx2x_set_aer_mmd(params, ¶ms->phy[0]);
|
||||
bnx2x_warpcore_reset_lane(bp, ¶ms->phy[0], 0);
|
||||
params->phy[INT_PHY].config_loopback(
|
||||
bnx2x_set_aer_mmd(params, ¶ms->phy[0]);
|
||||
bnx2x_warpcore_reset_lane(bp, ¶ms->phy[0], 0);
|
||||
params->phy[INT_PHY].config_loopback(
|
||||
¶ms->phy[INT_PHY],
|
||||
params);
|
||||
}
|
||||
|
||||
bnx2x_xmac_enable(params, vars, 1);
|
||||
REG_WR(bp, NIG_REG_EGRESS_DRAIN0_MODE + params->port*4, 0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue