Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_fq.c791 [TCA_FQ_QUANTUM] = { .type = NLA_U32 },
838 if (tb[TCA_FQ_QUANTUM]) { in fq_change()
839 u32 quantum = nla_get_u32(tb[TCA_FQ_QUANTUM]); in fq_change()
985 nla_put_u32(skb, TCA_FQ_QUANTUM, q->quantum) || in fq_dump()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h877 TCA_FQ_QUANTUM, /* RR quantum */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h918 TCA_FQ_QUANTUM, /* RR quantum */ enumerator