|
@@ -642,7 +642,7 @@ static inline bool ixgbe_tx_xon_state(struct ixgbe_adapter *adapter,
|
|
u32 txoff = IXGBE_TFCS_TXOFF;
|
|
u32 txoff = IXGBE_TFCS_TXOFF;
|
|
|
|
|
|
#ifdef CONFIG_IXGBE_DCB
|
|
#ifdef CONFIG_IXGBE_DCB
|
|
- if (adapter->flags & IXGBE_FLAG_DCB_ENABLED) {
|
|
|
|
|
|
+ if (adapter->dcb_cfg.pfc_mode_enable) {
|
|
int tc;
|
|
int tc;
|
|
int reg_idx = tx_ring->reg_idx;
|
|
int reg_idx = tx_ring->reg_idx;
|
|
int dcb_i = adapter->ring_feature[RING_F_DCB].indices;
|
|
int dcb_i = adapter->ring_feature[RING_F_DCB].indices;
|