Lines Matching refs:n_packets
66 u64 n_packets = 0, n_bytes = 0;
74 n_packets += rcd->opstats->stats[i].n_packets;
79 return opcode_stats_show(s, i, n_packets, n_bytes);
105 u64 n_packets = 0, n_bytes = 0;
112 n_packets += s->stats[i].n_packets;
115 return opcode_stats_show(s, i, n_packets, n_bytes);
157 u64 n_packets = 0;
175 n_packets += rcd->opstats->stats[j].n_packets;
179 if (!n_packets)
182 seq_printf(s, " %llu:%llu\n", i, n_packets);