Searched defs:taprio_sched (Results 1 – 1 of 1) sorted by relevance
61 struct taprio_sched { struct62 struct Qdisc **qdiscs;63 struct Qdisc *root;64 u32 flags;65 enum tk_offsets tk_offset;66 int clockid;67 atomic64_t picos_per_byte; /* Using picoseconds because for 10Gbps+72 spinlock_t current_entry_lock;96 static ktime_t taprio_get_time(struct taprio_sched *q) in taprio_get_time() argument