|
@@ -534,6 +534,13 @@ static u32 convert_to_et_setting(struct be_adapter *adapter, u32 if_speeds)
|
|
if (if_speeds & BE_SUPPORTED_SPEED_10GBPS)
|
|
if (if_speeds & BE_SUPPORTED_SPEED_10GBPS)
|
|
val |= SUPPORTED_10000baseKX4_Full;
|
|
val |= SUPPORTED_10000baseKX4_Full;
|
|
break;
|
|
break;
|
|
|
|
+ case PHY_TYPE_KR2_20GB:
|
|
|
|
+ val |= SUPPORTED_Backplane;
|
|
|
|
+ if (if_speeds & BE_SUPPORTED_SPEED_10GBPS)
|
|
|
|
+ val |= SUPPORTED_10000baseKR_Full;
|
|
|
|
+ if (if_speeds & BE_SUPPORTED_SPEED_20GBPS)
|
|
|
|
+ val |= SUPPORTED_20000baseKR2_Full;
|
|
|
|
+ break;
|
|
case PHY_TYPE_KR_10GB:
|
|
case PHY_TYPE_KR_10GB:
|
|
val |= SUPPORTED_Backplane |
|
|
val |= SUPPORTED_Backplane |
|
|
SUPPORTED_10000baseKR_Full;
|
|
SUPPORTED_10000baseKR_Full;
|