Lines Matching refs:PUT_TSTAT_U32
2898 #define PUT_TSTAT_U32(attr, data) do { \ in cake_dump_stats() macro
2917 PUT_TSTAT_U32(BACKLOG_BYTES, b->tin_backlog); in cake_dump_stats()
2919 PUT_TSTAT_U32(TARGET_US, in cake_dump_stats()
2921 PUT_TSTAT_U32(INTERVAL_US, in cake_dump_stats()
2924 PUT_TSTAT_U32(SENT_PACKETS, b->packets); in cake_dump_stats()
2925 PUT_TSTAT_U32(DROPPED_PACKETS, b->tin_dropped); in cake_dump_stats()
2926 PUT_TSTAT_U32(ECN_MARKED_PACKETS, b->tin_ecn_mark); in cake_dump_stats()
2927 PUT_TSTAT_U32(ACKS_DROPPED_PACKETS, b->ack_drops); in cake_dump_stats()
2929 PUT_TSTAT_U32(PEAK_DELAY_US, in cake_dump_stats()
2931 PUT_TSTAT_U32(AVG_DELAY_US, in cake_dump_stats()
2933 PUT_TSTAT_U32(BASE_DELAY_US, in cake_dump_stats()
2936 PUT_TSTAT_U32(WAY_INDIRECT_HITS, b->way_hits); in cake_dump_stats()
2937 PUT_TSTAT_U32(WAY_MISSES, b->way_misses); in cake_dump_stats()
2938 PUT_TSTAT_U32(WAY_COLLISIONS, b->way_collisions); in cake_dump_stats()
2940 PUT_TSTAT_U32(SPARSE_FLOWS, b->sparse_flow_count + in cake_dump_stats()
2942 PUT_TSTAT_U32(BULK_FLOWS, b->bulk_flow_count); in cake_dump_stats()
2943 PUT_TSTAT_U32(UNRESPONSIVE_FLOWS, b->unresponsive_flow_count); in cake_dump_stats()
2944 PUT_TSTAT_U32(MAX_SKBLEN, b->max_skblen); in cake_dump_stats()
2946 PUT_TSTAT_U32(FLOW_QUANTUM, b->flow_quantum); in cake_dump_stats()
2950 #undef PUT_TSTAT_U32 in cake_dump_stats()