Lines Matching defs:n_packets
94 u64 n_packets = 0, n_bytes = 0;
102 n_packets += rcd->opstats->stats[i].n_packets;
107 return opcode_stats_show(s, i, n_packets, n_bytes);
133 u64 n_packets = 0, n_bytes = 0;
140 n_packets += s->stats[i].n_packets;
143 return opcode_stats_show(s, i, n_packets, n_bytes);
185 u64 n_packets = 0;
203 n_packets += rcd->opstats->stats[j].n_packets;
207 if (!n_packets)
210 seq_printf(s, " %llu:%llu\n", i, n_packets);