Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_taprio.c81 struct taprio_sched { struct
82 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