Lines Matching refs:PUT_TSTAT_U32
2911 #define PUT_TSTAT_U32(attr, data) do { \ in cake_dump_stats() macro
2930 PUT_TSTAT_U32(BACKLOG_BYTES, b->tin_backlog); in cake_dump_stats()
2932 PUT_TSTAT_U32(TARGET_US, in cake_dump_stats()
2934 PUT_TSTAT_U32(INTERVAL_US, in cake_dump_stats()
2937 PUT_TSTAT_U32(SENT_PACKETS, b->packets); in cake_dump_stats()
2938 PUT_TSTAT_U32(DROPPED_PACKETS, b->tin_dropped); in cake_dump_stats()
2939 PUT_TSTAT_U32(ECN_MARKED_PACKETS, b->tin_ecn_mark); in cake_dump_stats()
2940 PUT_TSTAT_U32(ACKS_DROPPED_PACKETS, b->ack_drops); in cake_dump_stats()
2942 PUT_TSTAT_U32(PEAK_DELAY_US, in cake_dump_stats()
2944 PUT_TSTAT_U32(AVG_DELAY_US, in cake_dump_stats()
2946 PUT_TSTAT_U32(BASE_DELAY_US, in cake_dump_stats()
2949 PUT_TSTAT_U32(WAY_INDIRECT_HITS, b->way_hits); in cake_dump_stats()
2950 PUT_TSTAT_U32(WAY_MISSES, b->way_misses); in cake_dump_stats()
2951 PUT_TSTAT_U32(WAY_COLLISIONS, b->way_collisions); in cake_dump_stats()
2953 PUT_TSTAT_U32(SPARSE_FLOWS, b->sparse_flow_count + in cake_dump_stats()
2955 PUT_TSTAT_U32(BULK_FLOWS, b->bulk_flow_count); in cake_dump_stats()
2956 PUT_TSTAT_U32(UNRESPONSIVE_FLOWS, b->unresponsive_flow_count); in cake_dump_stats()
2957 PUT_TSTAT_U32(MAX_SKBLEN, b->max_skblen); in cake_dump_stats()
2959 PUT_TSTAT_U32(FLOW_QUANTUM, b->flow_quantum); in cake_dump_stats()
2963 #undef PUT_TSTAT_U32 in cake_dump_stats()