Home
last modified time | relevance | path

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

/net/sched/
Dsch_generic.c654 #define PFIFO_FAST_BANDS 3 macro
661 struct skb_array q[PFIFO_FAST_BANDS];
700 for (band = 0; band < PFIFO_FAST_BANDS && !skb; band++) { in pfifo_fast_dequeue()
739 for (band = 0; band < PFIFO_FAST_BANDS && !skb; band++) { in pfifo_fast_peek()
753 for (band = 0; band < PFIFO_FAST_BANDS; band++) { in pfifo_fast_reset()
780 struct tc_prio_qopt opt = { .bands = PFIFO_FAST_BANDS }; in pfifo_fast_dump()
802 for (prio = 0; prio < PFIFO_FAST_BANDS; prio++) { in pfifo_fast_init()
821 for (prio = 0; prio < PFIFO_FAST_BANDS; prio++) { in pfifo_fast_destroy()
840 struct skb_array *bands[PFIFO_FAST_BANDS]; in pfifo_fast_change_tx_queue_len()
843 for (prio = 0; prio < PFIFO_FAST_BANDS; prio++) { in pfifo_fast_change_tx_queue_len()
[all …]