Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dsch_ets.c52 unsigned int nbands; member
124 qopt.replace_params.bands = q->nbands; in ets_offload_change()
129 for (i = 0; i < q->nbands; i++) in ets_offload_change()
132 for (i = 0; i < q->nbands; i++) { in ets_offload_change()
279 if (band - 1 >= q->nbands) in ets_class_find()
343 for (i = 0; i < q->nbands; i++) { in ets_qdisc_walk()
405 if (band >= q->nbands) in ets_classify()
501 unsigned int nbands, u8 *priomap, in ets_qdisc_priomap_parse() argument
524 if (band >= nbands) { in ets_qdisc_priomap_parse()
540 unsigned int nbands, unsigned int nstrict, in ets_qdisc_quanta_parse() argument
[all …]
/linux-6.1.9/tools/testing/selftests/net/forwarding/
Dsch_ets_tests.sh17 local nbands=${#WS[@]}
21 for ((i = 0; i < nbands; i++)); do
27 echo -n "ets bands $nbands"
31 if ((nstrict < nbands)); then
33 for ((i = nstrict; i < nbands; i++)); do
151 local nbands=$((nstrict + ndwrr))
152 local nstreams=$(if ((nbands > 3)); then echo 3; else echo $nbands; fi)
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c1277 __mlxsw_sp_qdisc_ets_check_params(unsigned int nbands) in __mlxsw_sp_qdisc_ets_check_params() argument
1279 if (nbands > IEEE_8021QAZ_MAX_TCS) in __mlxsw_sp_qdisc_ets_check_params()
1322 u32 handle, unsigned int nbands, in __mlxsw_sp_qdisc_ets_replace() argument
1348 for (band = 0; band < nbands; band++) { in __mlxsw_sp_qdisc_ets_replace()