Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c98 u64 n_packets = 0, n_bytes = 0; in _opcode_stats_seq_show() local
105 n_packets += dd->rcd[j]->opstats->stats[i].n_packets; in _opcode_stats_seq_show()
108 if (!n_packets && !n_bytes) in _opcode_stats_seq_show()
111 (unsigned long long) n_packets, in _opcode_stats_seq_show()
154 u64 n_packets = 0; in _ctx_stats_seq_show() local
170 n_packets += dd->rcd[i]->opstats->stats[j].n_packets; in _ctx_stats_seq_show()
172 if (!n_packets) in _ctx_stats_seq_show()
175 seq_printf(s, " %llu:%llu\n", i, n_packets); in _ctx_stats_seq_show()
H A Dqib_verbs.h129 u64 n_packets; /* number of packets */ member
H A Dqib_verbs.c316 rcd->opstats->stats[opcode].n_packets++; in qib_ib_rcv()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Def100_rx.c133 unsigned int n_packets = in efx_ef100_ev_rx() local
137 WARN_ON_ONCE(!n_packets); in efx_ef100_ev_rx()
138 if (n_packets > 1) in efx_ef100_ev_rx()
141 channel->irq_mod_score += 2 * n_packets; in efx_ef100_ev_rx()
143 for (i = 0; i < n_packets; ++i) { in efx_ef100_ev_rx()
H A Def10.c2674 unsigned int n_packets, in efx_ef10_handle_rx_event_errors() argument
2686 channel->n_rx_eth_crc_err += n_packets; in efx_ef10_handle_rx_event_errors()
2704 &channel->n_rx_ip_hdr_chksum_err) += n_packets; in efx_ef10_handle_rx_event_errors()
2720 &channel->n_rx_tcp_udp_chksum_err) += n_packets; in efx_ef10_handle_rx_event_errors()
2738 channel->n_rx_inner_ip_hdr_chksum_err += n_packets; in efx_ef10_handle_rx_event_errors()
2756 channel->n_rx_inner_tcp_udp_chksum_err += n_packets; in efx_ef10_handle_rx_event_errors()
2769 unsigned int n_descs, n_packets, i; in efx_ef10_handle_rx_event() local
2839 n_packets = n_descs; in efx_ef10_handle_rx_event()
2841 channel->n_rx_merge_packets += n_packets; in efx_ef10_handle_rx_event()
2848 n_packets = 1; in efx_ef10_handle_rx_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A 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()
H A 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()
H A Dverbs.h250 u64 n_packets; /* number of packets */ member
264 stats->n_packets++; in inc_opstats()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dmeter.c632 meter->stats.n_packets += 1; in ovs_meter_execute()
669 band->stats.n_packets += 1; in ovs_meter_execute()
H A Dflow.c147 ovs_stats->n_packets += stats->packet_count; in ovs_flow_stats_get()
H A Ddatapath.c779 if (stats.n_packets && in ovs_flow_cmd_fill_stats()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dopenvswitch.h303 __u64 n_packets; /* Number of matched packets. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dopenvswitch.h303 __u64 n_packets; /* Number of matched packets. */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h309 __u64 n_packets; /* Number of matched packets. */ member