Lines Matching defs:cake_tin_data
149 struct cake_tin_data { struct
150 struct cake_flow flows[CAKE_QUEUES];
151 u32 backlogs[CAKE_QUEUES];
152 u32 tags[CAKE_QUEUES]; /* for set association */
153 u16 overflow_idx[CAKE_QUEUES];
154 struct cake_host hosts[CAKE_QUEUES]; /* for triple isolation */
155 u16 flow_quantum;
157 struct cobalt_params cparams;
158 u32 drop_overlimit;
159 u16 bulk_flow_count;
160 u16 sparse_flow_count;
161 u16 decaying_flow_count;
162 u16 unresponsive_flow_count;
164 u32 max_skblen;
166 struct list_head new_flows;
167 struct list_head old_flows;
168 struct list_head decaying_flows;
171 ktime_t time_next_packet;
172 u64 tin_rate_ns;
173 u64 tin_rate_bps;
174 u16 tin_rate_shft;
176 u16 tin_quantum;
177 s32 tin_deficit;
178 u32 tin_backlog;
202 struct cake_tin_data *tins; argument