Lines Matching defs:fq_codel_sched_data
200 typedef struct fq_codel_sched_data { struct
201 struct ifclassq *fqs_ifq; /* back pointer to ifclassq */
203 uint32_t fqs_flows_count;
204 uint32_t fqs_pkt_droplimit; /* drop limit */
205 uint8_t fqs_throttle; /* throttle on or off */
206 uint8_t fqs_flags; /* flags */
209 struct flowadv_fclist fqs_fclist; /* flow control state */
210 struct flowq *fqs_large_flow; /* flow has highest number of bytes */
213 fq_grp_tailq_t fqs_combined_grp_list;
214 uint32_t fqs_empty_list_cnt;
216 pktsched_bitmap_t fqs_combined_grp_bitmap;
217 classq_pkt_type_t fqs_ptype;
218 thread_call_t fqs_pacemaker_tcall;
219 bitmap_ops_t *fqs_bm_ops;
225 fq_if_group_t *fqs_classq_groups[FQ_IF_MAX_GROUPS];
226 fq_codel_enq_t fqs_enqueue;
227 fq_codel_dq_t fqs_dequeue;
228 ifcq_oid_t fqs_oid;