Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_debugfs.c107 u64 n_packets = 0, n_bytes = 0; in _opcode_stats_seq_show() local
114 n_packets += dd->rcd[j]->opstats->stats[i].n_packets; in _opcode_stats_seq_show()
117 if (!n_packets && !n_bytes) in _opcode_stats_seq_show()
120 (unsigned long long) n_packets, in _opcode_stats_seq_show()
163 u64 n_packets = 0; in _ctx_stats_seq_show() local
179 n_packets += dd->rcd[i]->opstats->stats[j].n_packets; in _ctx_stats_seq_show()
181 if (!n_packets) in _ctx_stats_seq_show()
184 seq_printf(s, " %llu:%llu\n", i, n_packets); in _ctx_stats_seq_show()
Dqib_verbs.h129 u64 n_packets; /* number of packets */ member
Dqib_verbs.c348 rcd->opstats->stats[opcode].n_packets++; in qib_ib_rcv()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dfault.c89 u64 n_packets = 0, n_bytes = 0; in _fault_stats_seq_show() local
97 n_packets += rcd->opstats->stats[i].n_packets; in _fault_stats_seq_show()
106 n_packets += sp->stats[i].n_packets; in _fault_stats_seq_show()
109 if (!n_packets && !n_bytes) in _fault_stats_seq_show()
114 (unsigned long long)n_packets, in _fault_stats_seq_show()
Ddebugfs.c136 u64 n_packets = 0, n_bytes = 0; in _opcode_stats_seq_show() local
144 n_packets += rcd->opstats->stats[i].n_packets; in _opcode_stats_seq_show()
149 return opcode_stats_show(s, i, n_packets, n_bytes); in _opcode_stats_seq_show()
175 u64 n_packets = 0, n_bytes = 0; in _tx_opcode_stats_seq_show() local
182 n_packets += s->stats[i].n_packets; in _tx_opcode_stats_seq_show()
185 return opcode_stats_show(s, i, n_packets, n_bytes); in _tx_opcode_stats_seq_show()
227 u64 n_packets = 0; in _ctx_stats_seq_show() local
245 n_packets += rcd->opstats->stats[j].n_packets; in _ctx_stats_seq_show()
249 if (!n_packets) in _ctx_stats_seq_show()
252 seq_printf(s, " %llu:%llu\n", i, n_packets); in _ctx_stats_seq_show()
Dverbs.h186 u64 n_packets; /* number of packets */ member
200 stats->n_packets++; in inc_opstats()
/Linux-v4.19/net/openvswitch/
Dmeter.c477 meter->stats.n_packets += 1; in ovs_meter_execute()
514 band->stats.n_packets += 1; in ovs_meter_execute()
Dflow.c160 ovs_stats->n_packets += stats->packet_count; in ovs_flow_stats_get()
Ddatapath.c737 if (stats.n_packets && in ovs_flow_cmd_fill_stats()
/Linux-v4.19/include/uapi/linux/
Dopenvswitch.h303 __u64 n_packets; /* Number of matched packets. */ member
/Linux-v4.19/drivers/net/ethernet/sfc/
Def10.c3444 unsigned int n_packets, in efx_ef10_handle_rx_event_errors() argument
3456 channel->n_rx_eth_crc_err += n_packets; in efx_ef10_handle_rx_event_errors()
3474 &channel->n_rx_ip_hdr_chksum_err) += n_packets; in efx_ef10_handle_rx_event_errors()
3490 &channel->n_rx_tcp_udp_chksum_err) += n_packets; in efx_ef10_handle_rx_event_errors()
3508 channel->n_rx_inner_ip_hdr_chksum_err += n_packets; in efx_ef10_handle_rx_event_errors()
3526 channel->n_rx_inner_tcp_udp_chksum_err += n_packets; in efx_ef10_handle_rx_event_errors()
3539 unsigned int n_descs, n_packets, i; in efx_ef10_handle_rx_event() local
3609 n_packets = n_descs; in efx_ef10_handle_rx_event()
3611 channel->n_rx_merge_packets += n_packets; in efx_ef10_handle_rx_event()
3618 n_packets = 1; in efx_ef10_handle_rx_event()
[all …]