Home
last modified time | relevance | path

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

/linux/net/sched/
A Dsch_generic.c653 #define PFIFO_FAST_BANDS 3 macro
660 struct skb_array q[PFIFO_FAST_BANDS];
699 for (band = 0; band < PFIFO_FAST_BANDS && !skb; band++) { in pfifo_fast_dequeue()
738 for (band = 0; band < PFIFO_FAST_BANDS && !skb; band++) { in pfifo_fast_peek()
752 for (band = 0; band < PFIFO_FAST_BANDS; band++) { in pfifo_fast_reset()
779 struct tc_prio_qopt opt = { .bands = PFIFO_FAST_BANDS }; in pfifo_fast_dump()
801 for (prio = 0; prio < PFIFO_FAST_BANDS; prio++) { in pfifo_fast_init()
820 for (prio = 0; prio < PFIFO_FAST_BANDS; prio++) { in pfifo_fast_destroy()
839 struct skb_array *bands[PFIFO_FAST_BANDS]; in pfifo_fast_change_tx_queue_len()
842 for (prio = 0; prio < PFIFO_FAST_BANDS; prio++) { in pfifo_fast_change_tx_queue_len()
[all …]

Completed in 6 milliseconds