Home
last modified time | relevance | path

Searched refs:n_packets (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dfault.c47 u64 n_packets = 0, n_bytes = 0; in _fault_stats_seq_show() local
55 n_packets += rcd->opstats->stats[i].n_packets; in _fault_stats_seq_show()
64 n_packets += sp->stats[i].n_packets; in _fault_stats_seq_show()
67 if (!n_packets && !n_bytes) in _fault_stats_seq_show()
72 (unsigned long long)n_packets, in _fault_stats_seq_show()
H A Ddebugfs.c66 u64 n_packets = 0, n_bytes = 0; in _opcode_stats_seq_show() local
74 n_packets += rcd->opstats->stats[i].n_packets; in _opcode_stats_seq_show()
79 return opcode_stats_show(s, i, n_packets, n_bytes); in _opcode_stats_seq_show()
105 u64 n_packets = 0, n_bytes = 0; in _tx_opcode_stats_seq_show() local
112 n_packets += s->stats[i].n_packets; in _tx_opcode_stats_seq_show()
115 return opcode_stats_show(s, i, n_packets, n_bytes); in _tx_opcode_stats_seq_show()
157 u64 n_packets = 0; in _ctx_stats_seq_show() local
175 n_packets in _ctx_stats_seq_show()
[all...]
H A Dverbs.h208 u64 n_packets; /* number of packets */ member
222 stats->n_packets++; in inc_opstats()
/linux/drivers/net/ethernet/sfc/
H A Def100_rx.c175 unsigned int n_packets = in efx_ef100_ev_rx() local
179 WARN_ON_ONCE(!n_packets); in efx_ef100_ev_rx()
180 if (n_packets > 1) in efx_ef100_ev_rx()
183 channel->irq_mod_score += 2 * n_packets; in efx_ef100_ev_rx()
185 for (i = 0; i < n_packets; ++i) { in efx_ef100_ev_rx()
H A Def10.c2718 unsigned int n_packets, in efx_ef10_handle_rx_event_errors() argument
2730 channel->n_rx_eth_crc_err += n_packets; in efx_ef10_handle_rx_event_errors()
2748 &channel->n_rx_ip_hdr_chksum_err) += n_packets; in efx_ef10_handle_rx_event_errors()
2764 &channel->n_rx_tcp_udp_chksum_err) += n_packets; in efx_ef10_handle_rx_event_errors()
2782 channel->n_rx_inner_ip_hdr_chksum_err += n_packets; in efx_ef10_handle_rx_event_errors()
2800 channel->n_rx_inner_tcp_udp_chksum_err += n_packets; in efx_ef10_handle_rx_event_errors()
2813 unsigned int n_descs, n_packets, i; in efx_ef10_handle_rx_event() local
2883 n_packets = n_descs; in efx_ef10_handle_rx_event()
2885 channel->n_rx_merge_packets += n_packets; in efx_ef10_handle_rx_event()
2892 n_packets in efx_ef10_handle_rx_event()
[all...]
/linux/net/openvswitch/
H A Dmeter.c631 meter->stats.n_packets += 1; in ovs_meter_execute()
668 band->stats.n_packets += 1; in ovs_meter_execute()
H A Ddatapath.c847 if (stats.n_packets && in ovs_flow_cmd_fill_stats()
/linux/include/uapi/linux/
H A Dopenvswitch.h340 __u64 n_packets; /* Number of matched packets. */ member