Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_debugfs.c108 u64 n_packets = 0, n_bytes = 0; in _opcode_stats_seq_show() local
115 n_packets += dd->rcd[j]->opstats->stats[i].n_packets; in _opcode_stats_seq_show()
118 if (!n_packets && !n_bytes) in _opcode_stats_seq_show()
121 (unsigned long long) n_packets, in _opcode_stats_seq_show()
164 u64 n_packets = 0; in _ctx_stats_seq_show() local
180 n_packets += dd->rcd[i]->opstats->stats[j].n_packets; in _ctx_stats_seq_show()
182 if (!n_packets) in _ctx_stats_seq_show()
185 seq_printf(s, " %llu:%llu\n", i, n_packets); in _ctx_stats_seq_show()
Dqib_verbs.h669 u64 n_packets; /* number of packets */ member
Dqib_verbs.c668 rcd->opstats->stats[opcode].n_packets++; in qib_ib_rcv()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Ddebugfs.c141 u64 n_packets = 0, n_bytes = 0; in _opcode_stats_seq_show() local
148 n_packets += dd->rcd[j]->opstats->stats[i].n_packets; in _opcode_stats_seq_show()
151 if (!n_packets && !n_bytes) in _opcode_stats_seq_show()
154 (unsigned long long) n_packets, in _opcode_stats_seq_show()
199 u64 n_packets = 0; in _ctx_stats_seq_show() local
215 n_packets += dd->rcd[i]->opstats->stats[j].n_packets; in _ctx_stats_seq_show()
217 if (!n_packets) in _ctx_stats_seq_show()
220 seq_printf(s, " %llu:%llu\n", i, n_packets); in _ctx_stats_seq_show()
Dverbs.h660 u64 n_packets; /* number of packets */ member
674 stats->n_packets++; in inc_opstats()
/linux-4.4.14/include/uapi/linux/
Dopenvswitch.h296 __u64 n_packets; /* Number of matched packets. */ member
/linux-4.4.14/drivers/net/ethernet/sfc/
Def10.c2467 unsigned int n_descs, n_packets, i; in efx_ef10_handle_rx_event() local
2529 n_packets = n_descs; in efx_ef10_handle_rx_event()
2531 channel->n_rx_merge_packets += n_packets; in efx_ef10_handle_rx_event()
2538 n_packets = 1; in efx_ef10_handle_rx_event()
2545 channel->n_rx_ip_hdr_chksum_err += n_packets; in efx_ef10_handle_rx_event()
2548 channel->n_rx_tcp_udp_chksum_err += n_packets; in efx_ef10_handle_rx_event()
2557 channel->irq_mod_score += 2 * n_packets; in efx_ef10_handle_rx_event()
2560 for (i = 0; i < n_packets; i++) { in efx_ef10_handle_rx_event()
2571 return n_packets; in efx_ef10_handle_rx_event()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_verbs.h537 u64 n_packets; /* number of packets */ member
Dipath_verbs.c638 dev->opstats[opcode].n_packets++; in ipath_ib_rcv()
2340 if (!si->n_packets && !si->n_bytes) in show_stats()
2343 (unsigned long long) si->n_packets, in show_stats()
/linux-4.4.14/net/openvswitch/
Dflow.c156 ovs_stats->n_packets += stats->packet_count; in ovs_flow_stats_get()
Ddatapath.c764 if (stats.n_packets && in ovs_flow_cmd_fill_stats()
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c1713 unsigned int n_packets = 0; in dwceqos_rx() local
1780 n_packets++; in dwceqos_rx()