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