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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_multiq.c33 u16 max_bands; member in struct:multiq_sched_data
216 for (i = q->bands; i < q->max_bands; i++) {
262 q->max_bands = qdisc_dev(sch)->num_tx_queues;
264 q->queues = kcalloc(q->max_bands, sizeof(struct Qdisc *), GFP_KERNEL);
267 for (i = 0; i < q->max_bands; i++)
285 opt.max_bands = q->max_bands;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h127 __u16 max_bands; /* Maximum number of queues */ member in struct:tc_multiq_qopt

Completed in 128 milliseconds