Home
last modified time | relevance | path

Searched refs:priomap (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/net/forwarding/
Dsch_ets_core.sh108 local priomap=$1; shift
116 priomap $priomap
124 local priomap=$1; shift
137 for band in $priomap; do
Dsch_ets_tests.sh153 local priomap=$(seq 0 $((nstreams - 1)))
165 ets_change_qdisc $dev $nstrict "$priomap" ${quanta[@]}
Dsch_tbf_etsprio.sh27 tc qdisc add dev $swp2 root handle 10: $QDISC 3 priomap 2 1 0
Dskbedit_priority.sh66 prio bands 8 priomap 7 6 5 4 3 2 1 0
/tools/testing/selftests/drivers/net/mlxsw/
Dqos_pfc.sh176 ets bands 8 strict 8 priomap 7 6
192 ets bands 8 strict 8 priomap 7 6
209 ets bands 8 strict 8 priomap 7 6
231 ets bands 8 strict 8 priomap 7 6
Dsch_red_ets.sh29 bands 8 priomap 7 6 5 4 3 2 1 0
Dqos_mc_aware.sh134 prio bands 8 priomap 7 7 7 7 7 7 7 7
Dtc_sample.sh455 prio bands 3 priomap 0 0 0 0 0 0 0 0
/tools/include/uapi/linux/
Dpkt_sched.h149 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ member