|
@@ -223,13 +223,13 @@ s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *hw, u8 pfc_en, u8 *prio_tc)
|
|
|
reg |= IXGBE_MFLCN_DPF;
|
|
|
|
|
|
/*
|
|
|
- * X540 supports per TC Rx priority flow control. So
|
|
|
- * clear all TCs and only enable those that should be
|
|
|
+ * X540 & X550 supports per TC Rx priority flow control.
|
|
|
+ * So clear all TCs and only enable those that should be
|
|
|
* enabled.
|
|
|
*/
|
|
|
reg &= ~(IXGBE_MFLCN_RPFCE_MASK | IXGBE_MFLCN_RFCE);
|
|
|
|
|
|
- if (hw->mac.type == ixgbe_mac_X540)
|
|
|
+ if (hw->mac.type >= ixgbe_mac_X540)
|
|
|
reg |= pfc_en << IXGBE_MFLCN_RPFCE_SHIFT;
|
|
|
|
|
|
if (pfc_en)
|