Lines Matching refs:PUT_TSTAT_U32
2793 #define PUT_TSTAT_U32(attr, data) do { \ in cake_dump_stats() macro
2812 PUT_TSTAT_U32(BACKLOG_BYTES, b->tin_backlog); in cake_dump_stats()
2814 PUT_TSTAT_U32(TARGET_US, in cake_dump_stats()
2816 PUT_TSTAT_U32(INTERVAL_US, in cake_dump_stats()
2819 PUT_TSTAT_U32(SENT_PACKETS, b->packets); in cake_dump_stats()
2820 PUT_TSTAT_U32(DROPPED_PACKETS, b->tin_dropped); in cake_dump_stats()
2821 PUT_TSTAT_U32(ECN_MARKED_PACKETS, b->tin_ecn_mark); in cake_dump_stats()
2822 PUT_TSTAT_U32(ACKS_DROPPED_PACKETS, b->ack_drops); in cake_dump_stats()
2824 PUT_TSTAT_U32(PEAK_DELAY_US, in cake_dump_stats()
2826 PUT_TSTAT_U32(AVG_DELAY_US, in cake_dump_stats()
2828 PUT_TSTAT_U32(BASE_DELAY_US, in cake_dump_stats()
2831 PUT_TSTAT_U32(WAY_INDIRECT_HITS, b->way_hits); in cake_dump_stats()
2832 PUT_TSTAT_U32(WAY_MISSES, b->way_misses); in cake_dump_stats()
2833 PUT_TSTAT_U32(WAY_COLLISIONS, b->way_collisions); in cake_dump_stats()
2835 PUT_TSTAT_U32(SPARSE_FLOWS, b->sparse_flow_count + in cake_dump_stats()
2837 PUT_TSTAT_U32(BULK_FLOWS, b->bulk_flow_count); in cake_dump_stats()
2838 PUT_TSTAT_U32(UNRESPONSIVE_FLOWS, b->unresponsive_flow_count); in cake_dump_stats()
2839 PUT_TSTAT_U32(MAX_SKBLEN, b->max_skblen); in cake_dump_stats()
2841 PUT_TSTAT_U32(FLOW_QUANTUM, b->flow_quantum); in cake_dump_stats()
2845 #undef PUT_TSTAT_U32 in cake_dump_stats()