Lines Matching refs:fcl_stat

187 		fq_cl->fcl_stat.fcl_dequeue_stall++;  in fq_detect_dequeue_stall()
190 fq_cl->fcl_stat.fcl_dequeue_stall, flowq->fq_sc_index, in fq_detect_dequeue_stall()
261 fq_cl->fcl_stat.fcl_pkts_compressible++; in fq_compressor()
303 fq_cl->fcl_stat.fcl_byte_cnt -= old_pktlen; in fq_compressor()
304 fq_cl->fcl_stat.fcl_pkt_cnt--; in fq_compressor()
372 fq_cl->fcl_stat.fcl_drop_memfailure += cnt; in fq_addq()
389 fq_cl->fcl_stat.fcl_l4s_pkts++; in fq_addq()
404 fq_cl->fcl_stat.fcl_drop_early += cnt; in fq_addq()
427 fq_cl->fcl_stat.fcl_drop_early += cnt; in fq_addq()
454 fq_cl->fcl_stat.fcl_flow_control_fail++; in fq_addq()
482 fq_cl->fcl_stat.fcl_drop_overflow += cnt; in fq_addq()
495 fq_cl->fcl_stat.fcl_overwhelming++; in fq_addq()
503 fq_cl->fcl_stat.fcl_drop_overflow += cnt; in fq_addq()
548 fq_cl->fcl_stat.fcl_pkts_compressed++; in fq_addq()
557 fq_cl->fcl_stat.fcl_byte_cnt += chain_len; in fq_addq()
558 fq_cl->fcl_stat.fcl_pkt_cnt += cnt; in fq_addq()
579 fq_cl->fcl_stat.fcl_newflows_cnt++; in fq_addq()
609 fq_cl->fcl_stat.fcl_byte_cnt -= plen; in fq_getq_flow_internal()
610 fq_cl->fcl_stat.fcl_pkt_cnt--; in fq_getq_flow_internal()
703 fq_cl->fcl_stat.fcl_ignore_tx_time++; in fq_tx_time_ready()
736 fq_cl->fcl_stat.fcl_paced_pkts++; in fq_getq_flow()
755 if (fq_cl->fcl_stat.fcl_min_qdelay == 0 || in fq_getq_flow()
756 (qdelay > 0 && (u_int64_t)qdelay < fq_cl->fcl_stat.fcl_min_qdelay)) { in fq_getq_flow()
757 fq_cl->fcl_stat.fcl_min_qdelay = qdelay; in fq_getq_flow()
760 if (fq_cl->fcl_stat.fcl_max_qdelay == 0 || in fq_getq_flow()
761 (qdelay > 0 && (u_int64_t)qdelay > fq_cl->fcl_stat.fcl_max_qdelay)) { in fq_getq_flow()
762 fq_cl->fcl_stat.fcl_max_qdelay = qdelay; in fq_getq_flow()
765 uint64_t num_dequeues = fq_cl->fcl_stat.fcl_dequeue; in fq_getq_flow()
768 fq_cl->fcl_stat.fcl_avg_qdelay = qdelay; in fq_getq_flow()
773 fq_cl->fcl_stat.fcl_dequeue = num_dequeues = 0; in fq_getq_flow()
774 fq_cl->fcl_stat.fcl_dequeue_bytes = 0; in fq_getq_flow()
775 fq_cl->fcl_stat.fcl_avg_qdelay = qdelay; in fq_getq_flow()
781 if (os_mul_overflow(fq_cl->fcl_stat.fcl_avg_qdelay, in fq_getq_flow()
783 fq_cl->fcl_stat.fcl_avg_qdelay = qdelay; in fq_getq_flow()
785 fq_cl->fcl_stat.fcl_avg_qdelay = res / in fq_getq_flow()
816 fq_cl->fcl_stat.fcl_ce_reported++; in fq_getq_flow()
818 fq_cl->fcl_stat.fcl_ce_marked++; in fq_getq_flow()
820 fq_cl->fcl_stat.fcl_ce_mark_failures++; in fq_getq_flow()