Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dsch_taprio.c83 struct taprio_sched { struct
84 struct Qdisc **qdiscs;
85 struct Qdisc *root;
86 u32 flags;
87 enum tk_offsets tk_offset;
88 int clockid;
89 bool offloaded;
90 bool detected_mqprio;
114 static void taprio_calculate_gate_durations(struct taprio_sched *q, in taprio_calculate_gate_durations() argument