Lines Matching refs:PUT_TSTAT_U32
2885 #define PUT_TSTAT_U32(attr, data) do { \ in cake_dump_stats() macro
2904 PUT_TSTAT_U32(BACKLOG_BYTES, b->tin_backlog); in cake_dump_stats()
2906 PUT_TSTAT_U32(TARGET_US, in cake_dump_stats()
2908 PUT_TSTAT_U32(INTERVAL_US, in cake_dump_stats()
2911 PUT_TSTAT_U32(SENT_PACKETS, b->packets); in cake_dump_stats()
2912 PUT_TSTAT_U32(DROPPED_PACKETS, b->tin_dropped); in cake_dump_stats()
2913 PUT_TSTAT_U32(ECN_MARKED_PACKETS, b->tin_ecn_mark); in cake_dump_stats()
2914 PUT_TSTAT_U32(ACKS_DROPPED_PACKETS, b->ack_drops); in cake_dump_stats()
2916 PUT_TSTAT_U32(PEAK_DELAY_US, in cake_dump_stats()
2918 PUT_TSTAT_U32(AVG_DELAY_US, in cake_dump_stats()
2920 PUT_TSTAT_U32(BASE_DELAY_US, in cake_dump_stats()
2923 PUT_TSTAT_U32(WAY_INDIRECT_HITS, b->way_hits); in cake_dump_stats()
2924 PUT_TSTAT_U32(WAY_MISSES, b->way_misses); in cake_dump_stats()
2925 PUT_TSTAT_U32(WAY_COLLISIONS, b->way_collisions); in cake_dump_stats()
2927 PUT_TSTAT_U32(SPARSE_FLOWS, b->sparse_flow_count + in cake_dump_stats()
2929 PUT_TSTAT_U32(BULK_FLOWS, b->bulk_flow_count); in cake_dump_stats()
2930 PUT_TSTAT_U32(UNRESPONSIVE_FLOWS, b->unresponsive_flow_count); in cake_dump_stats()
2931 PUT_TSTAT_U32(MAX_SKBLEN, b->max_skblen); in cake_dump_stats()
2933 PUT_TSTAT_U32(FLOW_QUANTUM, b->flow_quantum); in cake_dump_stats()
2937 #undef PUT_TSTAT_U32 in cake_dump_stats()