Searched full:wred (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.h | 89 u64 wred; /* WRED congestion */ member
|
D | dpaa_ethtool.c | 39 "qman wred", 208 ern_cnt.wred += percpu_priv->ern_cnt.wred; in dpaa_get_ethtool_stats()
|
D | dpaa_eth.c | 1441 percpu_priv->ern_cnt.wred++; in count_ern()
|
/linux-6.14.4/Documentation/devicetree/bindings/soc/fsl/ |
D | fsl,qman.yaml | 17 as RED/WRED, congestion notifications and tail discards. This binding covers the
|
/linux-6.14.4/drivers/net/ethernet/sun/ |
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()
|
D | niu.h | 2935 /* WRED */
|
/linux-6.14.4/tools/testing/selftests/drivers/net/mlxsw/ |
D | sch_red_core.sh | 18 # In order to test WRED, $swp3 actually contains RED under PRIO, with two
|
/linux-6.14.4/drivers/net/ethernet/netronome/nfp/abm/ |
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-6.14.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 2382 /* CWTP - Congetion WRED ECN TClass Profile 2414 * Percentage of WRED and ECN marking for maximum Average Queue size 2462 /* CWTPM - Congestion WRED ECN TClass and Pool Mapping 2485 * Control enablement of WRED for traffic class: 2503 * 0 for disabling both WRED and ECN for this type of traffic. 2511 * 0 for disabling both WRED and ECN for this type of traffic. 2519 * 0 for disabling both WRED and ECN for this type of traffic. 2527 * 0 for disabling both WRED and ECN for this type of traffic. 2535 * 0 for disabling both WRED and ECN for this type of traffic. 2543 * 0 for disabling both WRED and ECN for this type of traffic. [all …]
|
/linux-6.14.4/net/sched/ |
D | sch_gred.c | 8 * - a better sing. AvgQ mode with Grio(WRED)
|
/linux-6.14.4/include/soc/fsl/ |
D | qman.h | 525 * and associated commands/responses. The WRED parameters are calculated from
|