Searched refs:n_packets (Results 1 – 9 of 9) sorted by relevance
108 u64 n_packets = 0, n_bytes = 0; in _opcode_stats_seq_show() local115 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() local180 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()
661 u64 n_packets; /* number of packets */ member
652 rcd->opstats->stats[opcode].n_packets++; in qib_ib_rcv()
290 __u64 n_packets; /* Number of matched packets. */ member
1783 unsigned int n_descs, n_packets, i; in efx_ef10_handle_rx_event() local1845 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()
625 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()
531 u64 n_packets; /* number of packets */ member
154 ovs_stats->n_packets += stats->packet_count; in ovs_flow_stats_get()
721 if (stats.n_packets && in ovs_flow_cmd_fill_stats()