Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_taprio.c104 u32 txtime_delay; member
485 minimum_time = ktime_add_ns(now, q->txtime_delay); in get_packet_txtime()
1952 q->txtime_delay = nla_get_u32(tb[TCA_TAPRIO_ATTR_TXTIME_DELAY]); in taprio_change()
2416 if (q->txtime_delay && in taprio_dump()
2417 nla_put_u32(skb, TCA_TAPRIO_ATTR_TXTIME_DELAY, q->txtime_delay)) in taprio_dump()