Searched refs:max_bands (Results 1 – 3 of 3) sorted by relevance
21 u16 max_bands; member188 removed = kmalloc(sizeof(*removed) * (q->max_bands - q->bands), in multiq_tune()195 for (i = q->bands; i < q->max_bands; i++) { in multiq_tune()250 q->max_bands = qdisc_dev(sch)->num_tx_queues; in multiq_init()252 q->queues = kcalloc(q->max_bands, sizeof(struct Qdisc *), GFP_KERNEL); in multiq_init()255 for (i = 0; i < q->max_bands; i++) in multiq_init()268 opt.max_bands = q->max_bands; in multiq_dump()
156 __u16 max_bands; /* Maximum number of queues */ member
157 __u16 max_bands; /* Maximum number of queues */ member