Lines Matching refs:PUT_TSTAT_U32
2844 #define PUT_TSTAT_U32(attr, data) do { \ in cake_dump_stats() macro
2863 PUT_TSTAT_U32(BACKLOG_BYTES, b->tin_backlog); in cake_dump_stats()
2865 PUT_TSTAT_U32(TARGET_US, in cake_dump_stats()
2867 PUT_TSTAT_U32(INTERVAL_US, in cake_dump_stats()
2870 PUT_TSTAT_U32(SENT_PACKETS, b->packets); in cake_dump_stats()
2871 PUT_TSTAT_U32(DROPPED_PACKETS, b->tin_dropped); in cake_dump_stats()
2872 PUT_TSTAT_U32(ECN_MARKED_PACKETS, b->tin_ecn_mark); in cake_dump_stats()
2873 PUT_TSTAT_U32(ACKS_DROPPED_PACKETS, b->ack_drops); in cake_dump_stats()
2875 PUT_TSTAT_U32(PEAK_DELAY_US, in cake_dump_stats()
2877 PUT_TSTAT_U32(AVG_DELAY_US, in cake_dump_stats()
2879 PUT_TSTAT_U32(BASE_DELAY_US, in cake_dump_stats()
2882 PUT_TSTAT_U32(WAY_INDIRECT_HITS, b->way_hits); in cake_dump_stats()
2883 PUT_TSTAT_U32(WAY_MISSES, b->way_misses); in cake_dump_stats()
2884 PUT_TSTAT_U32(WAY_COLLISIONS, b->way_collisions); in cake_dump_stats()
2886 PUT_TSTAT_U32(SPARSE_FLOWS, b->sparse_flow_count + in cake_dump_stats()
2888 PUT_TSTAT_U32(BULK_FLOWS, b->bulk_flow_count); in cake_dump_stats()
2889 PUT_TSTAT_U32(UNRESPONSIVE_FLOWS, b->unresponsive_flow_count); in cake_dump_stats()
2890 PUT_TSTAT_U32(MAX_SKBLEN, b->max_skblen); in cake_dump_stats()
2892 PUT_TSTAT_U32(FLOW_QUANTUM, b->flow_quantum); in cake_dump_stats()
2896 #undef PUT_TSTAT_U32 in cake_dump_stats()