Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_taprio.c111 u32 txtime_delay; member
479 minimum_time = ktime_add_ns(now, q->txtime_delay); in get_packet_txtime()
1945 WRITE_ONCE(q->txtime_delay, in taprio_change()
2394 u32 txtime_delay; in taprio_dump() local
2412 txtime_delay = READ_ONCE(q->txtime_delay); in taprio_dump()
2413 if (txtime_delay && in taprio_dump()
2414 nla_put_u32(skb, TCA_TAPRIO_ATTR_TXTIME_DELAY, txtime_delay)) in taprio_dump()