Searched refs:ofld_stats (Results 1 – 1 of 1) sorted by relevance
1017 struct ch_tc_flower_stats *ofld_stats; in ch_flower_stats_handler() local1035 ofld_stats = &flower_entry->stats; in ch_flower_stats_handler()1039 ofld_stats->last_used = jiffies; in ch_flower_stats_handler()1063 struct ch_tc_flower_stats *ofld_stats; in cxgb4_tc_flower_stats() local1082 ofld_stats = &ch_flower->stats; in cxgb4_tc_flower_stats()1083 if (ofld_stats->packet_count != packets) { in cxgb4_tc_flower_stats()1085 ofld_stats->last_used = jiffies; in cxgb4_tc_flower_stats()1088 ofld_stats->last_used, in cxgb4_tc_flower_stats()1091 ofld_stats->packet_count = packets; in cxgb4_tc_flower_stats()1092 ofld_stats->byte_count = bytes; in cxgb4_tc_flower_stats()[all …]