Lines Matching +full:tcs +full:- +full:wait
2 # SPDX-License-Identifier: GPL-2.0
23 ethtool -s $h2 speed 1000 autoneg off
24 ethtool -s $swp2 speed 1000 autoneg off
26 # Set the ingress quota high and use the three egress TCs to limit the
43 # Note: sch_ets_core.sh uses VLAN ingress-qos-map to assign packet
44 # priorities at $swp1 based on their 802.1p headers. ingress-qos-map is
46 # 1:1, which is the mapping currently hard-coded by the driver.
58 ethtool -s $swp2 autoneg on
59 ethtool -s $h2 autoneg on
67 local -a streams=("$@")
70 # Wait for qdisc counter update so that we don't get it mid-way through.