Searched defs:dualpi2_sched_data (Results 1 – 1 of 1) sorted by relevance
70 struct dualpi2_sched_data { struct71 struct Qdisc *l_queue; /* The L4S Low latency queue (L-queue) */72 struct Qdisc *sch; /* The Classic queue (C-queue) */75 struct tcf_proto __rcu *tcf_filters;76 struct tcf_block *tcf_block;79 u64 pi2_target; /* Target delay in nanoseconds */80 u32 pi2_tupdate; /* Timer frequency in nanoseconds */81 u32 pi2_prob; /* Base PI probability */82 u32 pi2_alpha; /* Gain factor for the integral rate response */83 u32 pi2_beta; /* Gain factor for the proportional response */[all …]