Searched refs:nbands (Results 1 – 3 of 3) sorted by relevance
52 unsigned int nbands; member124 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() argument524 if (band >= nbands) { in ets_qdisc_priomap_parse()540 unsigned int nbands, unsigned int nstrict, in ets_qdisc_quanta_parse() argument[all …]
17 local nbands=${#WS[@]}21 for ((i = 0; i < nbands; i++)); do27 echo -n "ets bands $nbands"31 if ((nstrict < nbands)); then33 for ((i = nstrict; i < nbands; i++)); do151 local nbands=$((nstrict + ndwrr))152 local nstreams=$(if ((nbands > 3)); then echo 3; else echo $nbands; fi)
1277 __mlxsw_sp_qdisc_ets_check_params(unsigned int nbands) in __mlxsw_sp_qdisc_ets_check_params() argument1279 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() argument1348 for (band = 0; band < nbands; band++) { in __mlxsw_sp_qdisc_ets_replace()