ofld_stats        744 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	struct ch_tc_flower_stats *ofld_stats;
ofld_stats        762 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 				ofld_stats = &flower_entry->stats;
ofld_stats        764 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 				if (ofld_stats->prev_packet_count != packets) {
ofld_stats        765 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 					ofld_stats->prev_packet_count = packets;
ofld_stats        766 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 					ofld_stats->last_used = jiffies;
ofld_stats        790 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	struct ch_tc_flower_stats *ofld_stats;
ofld_stats        809 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	ofld_stats = &ch_flower->stats;
ofld_stats        810 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	if (ofld_stats->packet_count != packets) {
ofld_stats        811 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		if (ofld_stats->prev_packet_count != packets)
ofld_stats        812 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 			ofld_stats->last_used = jiffies;
ofld_stats        813 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		flow_stats_update(&cls->stats, bytes - ofld_stats->byte_count,
ofld_stats        814 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 				  packets - ofld_stats->packet_count,
ofld_stats        815 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 				  ofld_stats->last_used);
ofld_stats        817 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		ofld_stats->packet_count = packets;
ofld_stats        818 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		ofld_stats->byte_count = bytes;
ofld_stats        819 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		ofld_stats->prev_packet_count = packets;