Lines Matching defs:fq_codel_sched_data
134 typedef struct fq_codel_sched_data { struct
135 struct ifclassq *fqs_ifq; /* back pointer to ifclassq */
136 u_int64_t fqs_target_qdelay; /* Target queue delay (ns) */
137 u_int64_t fqs_update_interval; /* update interval (ns) */
138 flowq_list_t fqs_flows[FQ_IF_HASH_TABLE_SIZE]; /* flows table */
139 pktsched_bitmap_t fqs_bitmaps[FQ_IF_MAX_STATE];
140 u_int32_t fqs_pkt_droplimit; /* drop limit */
141 u_int8_t fqs_throttle; /* throttle on or off */
142 u_int8_t fqs_flags; /* flags */
144 fq_if_classq_t fqs_classq[FQ_IF_MAX_CLASSES]; /* class queues */
145 struct flowadv_fclist fqs_fclist; /* flow control state */
146 struct flowq *fqs_large_flow; /* flow has highest number of bytes */
147 classq_pkt_type_t fqs_ptype;