Home
last modified time | relevance | path

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

/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()
/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()
/drivers/net/ethernet/sfc/
Def10.c2468 unsigned int n_descs, n_packets, i; in efx_ef10_handle_rx_event() local
2530 n_packets = n_descs; in efx_ef10_handle_rx_event()
2532 channel->n_rx_merge_packets += n_packets; in efx_ef10_handle_rx_event()
2539 n_packets = 1; in efx_ef10_handle_rx_event()
2546 channel->n_rx_ip_hdr_chksum_err += n_packets; in efx_ef10_handle_rx_event()
2549 channel->n_rx_tcp_udp_chksum_err += n_packets; in efx_ef10_handle_rx_event()
2558 channel->irq_mod_score += 2 * n_packets; in efx_ef10_handle_rx_event()
2561 for (i = 0; i < n_packets; i++) { in efx_ef10_handle_rx_event()
2572 return n_packets; in efx_ef10_handle_rx_event()
/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()
/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c1713 unsigned int n_packets = 0; in dwceqos_rx() local
1780 n_packets++; in dwceqos_rx()