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