Home
last modified time | relevance | path

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

/linux-4.1.27/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.h661 u64 n_packets; /* number of packets */ member
Dqib_verbs.c652 rcd->opstats->stats[opcode].n_packets++; in qib_ib_rcv()
/linux-4.1.27/include/uapi/linux/
Dopenvswitch.h290 __u64 n_packets; /* Number of matched packets. */ member
/linux-4.1.27/drivers/net/ethernet/sfc/
Def10.c1783 unsigned int n_descs, n_packets, i; in efx_ef10_handle_rx_event() local
1845 n_packets = n_descs; in efx_ef10_handle_rx_event()
1847 channel->n_rx_merge_packets += n_packets; in efx_ef10_handle_rx_event()
1854 n_packets = 1; in efx_ef10_handle_rx_event()
1861 channel->n_rx_ip_hdr_chksum_err += n_packets; in efx_ef10_handle_rx_event()
1864 channel->n_rx_tcp_udp_chksum_err += n_packets; in efx_ef10_handle_rx_event()
1873 channel->irq_mod_score += 2 * n_packets; in efx_ef10_handle_rx_event()
1876 for (i = 0; i < n_packets; i++) { in efx_ef10_handle_rx_event()
1887 return n_packets; in efx_ef10_handle_rx_event()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_verbs.c625 dev->opstats[opcode].n_packets++; in ipath_ib_rcv()
2305 if (!si->n_packets && !si->n_bytes) in show_stats()
2308 (unsigned long long) si->n_packets, in show_stats()
Dipath_verbs.h531 u64 n_packets; /* number of packets */ member
/linux-4.1.27/net/openvswitch/
Dflow.c154 ovs_stats->n_packets += stats->packet_count; in ovs_flow_stats_get()
Ddatapath.c721 if (stats.n_packets && in ovs_flow_cmd_fill_stats()