Home
last modified time | relevance | path

Searched defs:taprio_sched (Results 1 – 1 of 1) sorted by relevance

/linux/net/sched/
H A Dsch_taprio.c88 struct taprio_sched { struct
89 struct Qdisc **qdiscs;
90 struct Qdisc *root;
91 u32 flags;
92 enum tk_offsets tk_offset;
93 int clockid;
94 bool offloaded;
95 bool detected_mqprio;
119 static void taprio_calculate_gate_durations(struct taprio_sched *q, in taprio_calculate_gate_durations() argument