Home
last modified time | relevance | path

Searched refs:wred (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h89 u64 wred; /* WRED congestion */ member
H A Ddpaa_eth.c1440 percpu_priv->ern_cnt.wred++; in count_ern()
/linux/drivers/net/ethernet/sun/
H A Dniu.c3661 u32 misc, wred; in niu_sync_rx_discard_stats() local
3683 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()