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