Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_fq.c797 [TCA_FQ_FLOW_REFILL_DELAY] = { .type = NLA_U32 },
874 if (tb[TCA_FQ_FLOW_REFILL_DELAY]) { in fq_change()
875 u32 usecs_delay = nla_get_u32(tb[TCA_FQ_FLOW_REFILL_DELAY]) ; in fq_change()
990 nla_put_u32(skb, TCA_FQ_FLOW_REFILL_DELAY, in fq_dump()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h889 TCA_FQ_FLOW_REFILL_DELAY, /* flow credit refill delay in usec */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h930 TCA_FQ_FLOW_REFILL_DELAY, /* flow credit refill delay in usec */ enumerator