Searched refs:n_packets (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c98 u64 n_packets = 0, n_bytes = 0; local
105 n_packets += dd->rcd[j]->opstats->stats[i].n_packets;
108 if (!n_packets && !n_bytes)
111 (unsigned long long) n_packets,
154 u64 n_packets = 0; local
170 n_packets += dd->rcd[i]->opstats->stats[j].n_packets;
172 if (!n_packets)
175 seq_printf(s, " %llu:%llu\n", i, n_packets);
[all...]
H A Dqib_verbs.h129 u64 n_packets; /* number of packets */ member in struct:qib_opcode_stats
H A Dqib_verbs.c316 rcd->opstats->stats[opcode].n_packets++;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfault.c47 u64 n_packets = 0, n_bytes = 0; local
55 n_packets += rcd->opstats->stats[i].n_packets;
64 n_packets += sp->stats[i].n_packets;
67 if (!n_packets && !n_bytes)
72 (unsigned long long)n_packets,
H A Ddebugfs.c94 u64 n_packets = 0, n_bytes = 0; local
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; local
140 n_packets += s->stats[i].n_packets;
143 return opcode_stats_show(s, i, n_packets, n_bytes);
185 u64 n_packets = 0; local
203 n_packets
[all...]
H A Dverbs.h208 u64 n_packets; /* number of packets */ member in struct:hfi1_opcode_stats
222 stats->n_packets++;
/linux-master/drivers/net/ethernet/sfc/
H A Def100_rx.c174 unsigned int n_packets = local
178 WARN_ON_ONCE(!n_packets);
179 if (n_packets > 1)
182 channel->irq_mod_score += 2 * n_packets;
184 for (i = 0; i < n_packets; ++i) {
H A Def10.c2718 unsigned int n_packets,
2730 channel->n_rx_eth_crc_err += n_packets;
2748 &channel->n_rx_ip_hdr_chksum_err) += n_packets;
2764 &channel->n_rx_tcp_udp_chksum_err) += n_packets;
2782 channel->n_rx_inner_ip_hdr_chksum_err += n_packets;
2800 channel->n_rx_inner_tcp_udp_chksum_err += n_packets;
2813 unsigned int n_descs, n_packets, i; local
2883 n_packets = n_descs;
2885 channel->n_rx_merge_packets += n_packets;
2892 n_packets
2717 efx_ef10_handle_rx_event_errors(struct efx_channel *channel, unsigned int n_packets, unsigned int rx_encap_hdr, unsigned int rx_l3_class, unsigned int rx_l4_class, const efx_qword_t *event) argument
[all...]
/linux-master/net/openvswitch/
H A Dmeter.c631 meter->stats.n_packets += 1;
668 band->stats.n_packets += 1;
H A Dflow.c151 ovs_stats->n_packets += stats->packet_count;
H A Ddatapath.c818 if (stats.n_packets &&
/linux-master/include/uapi/linux/
H A Dopenvswitch.h334 __u64 n_packets; /* Number of matched packets. */ member in struct:ovs_flow_stats

Completed in 209 milliseconds