Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_generic.c741 #define PFIFO_FAST_BANDS 3 in pfifo_fast_enqueue()
748 struct skb_array q[PFIFO_FAST_BANDS]; in pfifo_fast_enqueue()
789 for (band = 0; band < PFIFO_FAST_BANDS && !skb; band++) { in pfifo_fast_dequeue()
828 for (band = 0; band < PFIFO_FAST_BANDS && !skb; band++) { in pfifo_fast_reset()
842 for (band = 0; band < PFIFO_FAST_BANDS; band++) { in pfifo_fast_dump()
869 struct tc_prio_qopt opt = { .bands = PFIFO_FAST_BANDS }; in pfifo_fast_init()
891 for (prio = 0; prio < PFIFO_FAST_BANDS; prio++) { in pfifo_fast_destroy()
910 for (prio = 0; prio < PFIFO_FAST_BANDS; prio++) { in pfifo_fast_change_tx_queue_len()
929 struct skb_array *bands[PFIFO_FAST_BANDS];
932 for (prio = 0; prio < PFIFO_FAST_BANDS; pri
716 #define PFIFO_FAST_BANDS global() macro
[all...]