Lines Matching defs:n_packets
136 u64 n_packets = 0, n_bytes = 0;
144 n_packets += rcd->opstats->stats[i].n_packets;
149 return opcode_stats_show(s, i, n_packets, n_bytes);
175 u64 n_packets = 0, n_bytes = 0;
182 n_packets += s->stats[i].n_packets;
185 return opcode_stats_show(s, i, n_packets, n_bytes);
227 u64 n_packets = 0;
245 n_packets += rcd->opstats->stats[j].n_packets;
249 if (!n_packets)
252 seq_printf(s, " %llu:%llu\n", i, n_packets);