Lines Matching refs:fcl_stat
188 fq_cl->fcl_stat.fcl_dequeue_stall++; in fq_detect_dequeue_stall()
191 fq_cl->fcl_stat.fcl_dequeue_stall, flowq->fq_sc_index, in fq_detect_dequeue_stall()
262 fq_cl->fcl_stat.fcl_pkts_compressible++; in fq_compressor()
316 fq_cl->fcl_stat.fcl_byte_cnt -= old_pktlen; in fq_compressor()
317 fq_cl->fcl_stat.fcl_pkt_cnt--; in fq_compressor()
385 fq_cl->fcl_stat.fcl_drop_memfailure += cnt; in fq_addq()
402 fq_cl->fcl_stat.fcl_l4s_pkts += cnt; in fq_addq()
417 fq_cl->fcl_stat.fcl_drop_early += cnt; in fq_addq()
440 fq_cl->fcl_stat.fcl_drop_early += cnt; in fq_addq()
467 fq_cl->fcl_stat.fcl_flow_control_fail++; in fq_addq()
495 fq_cl->fcl_stat.fcl_drop_overflow += cnt; in fq_addq()
508 fq_cl->fcl_stat.fcl_overwhelming++; in fq_addq()
516 fq_cl->fcl_stat.fcl_drop_overflow += cnt; in fq_addq()
561 fq_cl->fcl_stat.fcl_pkts_compressed++; in fq_addq()
570 fq_cl->fcl_stat.fcl_byte_cnt += chain_len; in fq_addq()
571 fq_cl->fcl_stat.fcl_pkt_cnt += cnt; in fq_addq()
592 fq_cl->fcl_stat.fcl_newflows_cnt++; in fq_addq()
622 fq_cl->fcl_stat.fcl_byte_cnt -= plen; in fq_getq_flow_internal()
623 fq_cl->fcl_stat.fcl_pkt_cnt--; in fq_getq_flow_internal()
716 fq_cl->fcl_stat.fcl_ignore_tx_time++; in fq_tx_time_ready()
749 fq_cl->fcl_stat.fcl_paced_pkts++; in fq_getq_flow()
768 if (fq_cl->fcl_stat.fcl_min_qdelay == 0 || in fq_getq_flow()
769 (qdelay > 0 && (u_int64_t)qdelay < fq_cl->fcl_stat.fcl_min_qdelay)) { in fq_getq_flow()
770 fq_cl->fcl_stat.fcl_min_qdelay = qdelay; in fq_getq_flow()
773 if (fq_cl->fcl_stat.fcl_max_qdelay == 0 || in fq_getq_flow()
774 (qdelay > 0 && (u_int64_t)qdelay > fq_cl->fcl_stat.fcl_max_qdelay)) { in fq_getq_flow()
775 fq_cl->fcl_stat.fcl_max_qdelay = qdelay; in fq_getq_flow()
778 uint64_t num_dequeues = fq_cl->fcl_stat.fcl_dequeue; in fq_getq_flow()
781 fq_cl->fcl_stat.fcl_avg_qdelay = qdelay; in fq_getq_flow()
786 fq_cl->fcl_stat.fcl_dequeue = num_dequeues = 0; in fq_getq_flow()
787 fq_cl->fcl_stat.fcl_dequeue_bytes = 0; in fq_getq_flow()
788 fq_cl->fcl_stat.fcl_avg_qdelay = qdelay; in fq_getq_flow()
794 if (os_mul_overflow(fq_cl->fcl_stat.fcl_avg_qdelay, in fq_getq_flow()
796 fq_cl->fcl_stat.fcl_avg_qdelay = qdelay; in fq_getq_flow()
798 fq_cl->fcl_stat.fcl_avg_qdelay = res / in fq_getq_flow()
829 fq_cl->fcl_stat.fcl_ce_reported++; in fq_getq_flow()
831 fq_cl->fcl_stat.fcl_ce_marked++; in fq_getq_flow()
833 fq_cl->fcl_stat.fcl_ce_mark_failures++; in fq_getq_flow()