Searched refs:wred (Results 1 – 5 of 5) sorted by relevance
92 u64 wred; /* WRED congestion */ member
266 ern_cnt.wred += percpu_priv->ern_cnt.wred; in dpaa_get_ethtool_stats()
1413 percpu_priv->ern_cnt.wred++; in count_ern()
3661 u32 misc, wred; in niu_sync_rx_discard_stats() local3683 wred = nr64(RED_DIS_CNT(rx_channel)); in niu_sync_rx_discard_stats()3684 if (unlikely((wred & RED_DIS_CNT_COUNT) > limit)) { in niu_sync_rx_discard_stats()3686 rp->rx_dropped += wred & RED_DIS_CNT_COUNT; in niu_sync_rx_discard_stats()3688 if (unlikely(wred & RED_DIS_CNT_OFLOW)) in niu_sync_rx_discard_stats()3693 rx_channel, wred, wred-limit); in niu_sync_rx_discard_stats()
2456 bool wred, bool ecn) in mlxsw_reg_cwtpm_pack() argument2461 mlxsw_reg_cwtpm_ew_set(payload, wred); in mlxsw_reg_cwtpm_pack()