Searched full:wred (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth.h | 89 u64 wred; /* WRED congestion */ member
|
| H A D | dpaa_ethtool.c | 39 "qman wred", 208 ern_cnt.wred += percpu_priv->ern_cnt.wred; in dpaa_get_ethtool_stats()
|
| H A D | dpaa_eth.c | 1440 percpu_priv->ern_cnt.wred++; in count_ern()
|
| /linux/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | fsl,qman.yaml | 17 as RED/WRED, congestion notifications and tail discards. This binding covers the
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | niu.c | 3661 u32 misc, wred; in niu_sync_rx_discard_stats() local 3682 /* WRED (Weighted Random Early Discard) by hardware */ in niu_sync_rx_discard_stats() 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() 3689 dev_err(np->device, "rx-%d: Counter overflow WRED discard\n", rx_channel); in niu_sync_rx_discard_stats() 3692 "rx-%d: WRED drop=%u over=%u\n", in niu_sync_rx_discard_stats() 3693 rx_channel, wred, wred-limit); in niu_sync_rx_discard_stats()
|
| H A D | niu.h | 2938 /* WRED */
|
| /linux/drivers/net/ethernet/netronome/nfp/abm/ |
| H A D | qdisc.c | 524 nfp_warn(cpp, "GRED offload failed - GRIO and WRED not supported (p:%08x h:%08x)\n", in nfp_abm_gred_check_params()
|
| /linux/net/sched/ |
| H A D | sch_gred.c | 8 * - a better sing. AvgQ mode with Grio(WRED)
|