Lines Matching refs:fcl_stat
192 fq_cl->fcl_stat.fcl_dequeue_stall++; in fq_detect_dequeue_stall()
195 fq_cl->fcl_stat.fcl_dequeue_stall, flowq->fq_sc_index, in fq_detect_dequeue_stall()
266 fq_cl->fcl_stat.fcl_pkts_compressible++; in fq_compressor()
320 fq_cl->fcl_stat.fcl_byte_cnt -= old_pktlen; in fq_compressor()
321 fq_cl->fcl_stat.fcl_pkt_cnt--; in fq_compressor()
390 fq_cl->fcl_stat.fcl_drop_memfailure += cnt; in fq_codel_enq_legacy()
407 fq_cl->fcl_stat.fcl_l4s_pkts += cnt; in fq_codel_enq_legacy()
422 fq_cl->fcl_stat.fcl_drop_early += cnt; in fq_codel_enq_legacy()
445 fq_cl->fcl_stat.fcl_drop_early += cnt; in fq_codel_enq_legacy()
472 fq_cl->fcl_stat.fcl_flow_control_fail++; in fq_codel_enq_legacy()
500 fq_cl->fcl_stat.fcl_drop_overflow += cnt; in fq_codel_enq_legacy()
513 fq_cl->fcl_stat.fcl_overwhelming++; in fq_codel_enq_legacy()
521 fq_cl->fcl_stat.fcl_drop_overflow += cnt; in fq_codel_enq_legacy()
566 fq_cl->fcl_stat.fcl_pkts_compressed++; in fq_codel_enq_legacy()
575 fq_cl->fcl_stat.fcl_byte_cnt += chain_len; in fq_codel_enq_legacy()
576 fq_cl->fcl_stat.fcl_pkt_cnt += cnt; in fq_codel_enq_legacy()
597 fq_cl->fcl_stat.fcl_newflows_cnt++; in fq_codel_enq_legacy()
627 fq_cl->fcl_stat.fcl_byte_cnt -= plen; in fq_getq_flow_internal()
628 fq_cl->fcl_stat.fcl_pkt_cnt--; in fq_getq_flow_internal()
721 fq_cl->fcl_stat.fcl_ignore_tx_time++; in fq_tx_time_ready()
756 fq_cl->fcl_stat.fcl_paced_pkts++; in fq_codel_dq_legacy()
775 if (fq_cl->fcl_stat.fcl_min_qdelay == 0 || in fq_codel_dq_legacy()
776 (qdelay > 0 && (u_int64_t)qdelay < fq_cl->fcl_stat.fcl_min_qdelay)) { in fq_codel_dq_legacy()
777 fq_cl->fcl_stat.fcl_min_qdelay = qdelay; in fq_codel_dq_legacy()
780 if (fq_cl->fcl_stat.fcl_max_qdelay == 0 || in fq_codel_dq_legacy()
781 (qdelay > 0 && (u_int64_t)qdelay > fq_cl->fcl_stat.fcl_max_qdelay)) { in fq_codel_dq_legacy()
782 fq_cl->fcl_stat.fcl_max_qdelay = qdelay; in fq_codel_dq_legacy()
785 uint64_t num_dequeues = fq_cl->fcl_stat.fcl_dequeue; in fq_codel_dq_legacy()
788 fq_cl->fcl_stat.fcl_avg_qdelay = qdelay; in fq_codel_dq_legacy()
793 fq_cl->fcl_stat.fcl_dequeue = num_dequeues = 0; in fq_codel_dq_legacy()
794 fq_cl->fcl_stat.fcl_dequeue_bytes = 0; in fq_codel_dq_legacy()
795 fq_cl->fcl_stat.fcl_avg_qdelay = qdelay; in fq_codel_dq_legacy()
801 if (os_mul_overflow(fq_cl->fcl_stat.fcl_avg_qdelay, in fq_codel_dq_legacy()
803 fq_cl->fcl_stat.fcl_avg_qdelay = qdelay; in fq_codel_dq_legacy()
805 fq_cl->fcl_stat.fcl_avg_qdelay = res / in fq_codel_dq_legacy()
836 fq_cl->fcl_stat.fcl_ce_reported++; in fq_codel_dq_legacy()
838 fq_cl->fcl_stat.fcl_ce_marked++; in fq_codel_dq_legacy()
840 fq_cl->fcl_stat.fcl_ce_mark_failures++; in fq_codel_dq_legacy()
959 fq_cl->fcl_stat.fcl_drop_memfailure += cnt; in fq_codel_enq()
974 fq_cl->fcl_stat.fcl_l4s_pkts += cnt; in fq_codel_enq()
1001 fq_cl->fcl_stat.fcl_drop_overflow += cnt; in fq_codel_enq()
1013 fq_cl->fcl_stat.fcl_overwhelming++; in fq_codel_enq()
1021 fq_cl->fcl_stat.fcl_drop_overflow += cnt; in fq_codel_enq()
1066 fq_cl->fcl_stat.fcl_pkts_compressed++; in fq_codel_enq()
1075 fq_cl->fcl_stat.fcl_byte_cnt += chain_len; in fq_codel_enq()
1076 fq_cl->fcl_stat.fcl_pkt_cnt += cnt; in fq_codel_enq()
1089 fq_cl->fcl_stat.fcl_congestion_feedback++; in fq_codel_enq()
1106 fq_cl->fcl_stat.fcl_newflows_cnt++; in fq_codel_enq()
1217 fq_cl->fcl_stat.fcl_paced_pkts++; in fq_codel_dq()
1254 fq_cl->fcl_stat.fcl_ce_reported++; in fq_codel_dq()
1256 fq_cl->fcl_stat.fcl_ce_marked++; in fq_codel_dq()
1258 fq_cl->fcl_stat.fcl_ce_mark_failures++; in fq_codel_dq()
1286 fq_cl->fcl_stat.fcl_congestion_feedback++; in fq_codel_dq()
1294 fq_cl->fcl_stat.fcl_ce_marked++; in fq_codel_dq()
1308 fq_cl->fcl_stat.fcl_ce_mark_failures++; in fq_codel_dq()
1309 fq_cl->fcl_stat.fcl_high_delay_drop++; in fq_codel_dq()
1336 fq_cl->fcl_stat.fcl_congestion_feedback++; in fq_codel_dq()
1339 fq_cl->fcl_stat.fcl_ce_marked++; in fq_codel_dq()
1343 fq_cl->fcl_stat.fcl_ce_mark_failures++; in fq_codel_dq()
1344 fq_cl->fcl_stat.fcl_high_delay_drop++; in fq_codel_dq()