Searched defs:taprio_sched (Results 1 – 2 of 2) 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 bool offloaded;69 atomic64_t picos_per_byte; /* Using picoseconds because for 10Gbps+74 spinlock_t current_entry_lock;98 static ktime_t taprio_mono_to_any(const struct taprio_sched *q, ktime_t mono) in taprio_mono_to_any() argument
81 struct taprio_sched { struct82 struct Qdisc **qdiscs;83 struct Qdisc *root;84 u32 flags;85 enum tk_offsets tk_offset;86 int clockid;87 bool offloaded;88 bool detected_mqprio;112 static void taprio_calculate_gate_durations(struct taprio_sched *q, in taprio_calculate_gate_durations() argument