Searched refs:nwtc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/nss_qdisc/
H A Dnss_wred.c39 struct nss_wred_traffic_class nwtc[NSS_WRED_MAX_TRAFFIC_CLASS]; member in struct:nss_wred_sched_data
189 q->nwtc[qopt->traffic_id].limit = qopt->limit;
190 q->nwtc[qopt->traffic_id].weight_mode_value = qopt->weight_mode_value;
191 q->nwtc[qopt->traffic_id].rap.min = qopt->rap.min;
192 q->nwtc[qopt->traffic_id].rap.max = qopt->rap.max;
193 q->nwtc[qopt->traffic_id].rap.probability = qopt->rap.probability;
194 q->nwtc[qopt->traffic_id].rap.exp_weight_factor = qopt->rap.exp_weight_factor;
285 opt.tntc[i].limit = q->nwtc[i+1].limit;
286 opt.tntc[i].weight_mode_value = q->nwtc[i+1].weight_mode_value;
287 opt.tntc[i].rap.exp_weight_factor = q->nwtc[
[all...]

Completed in 25 milliseconds