Searched refs:n_packets (Results 1 – 9 of 9) sorted by relevance
/drivers/infiniband/hw/qib/ |
D | qib_debugfs.c | 108 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()
|
D | qib_verbs.h | 669 u64 n_packets; /* number of packets */ member
|
D | qib_verbs.c | 668 rcd->opstats->stats[opcode].n_packets++; in qib_ib_rcv()
|
/drivers/staging/rdma/hfi1/ |
D | debugfs.c | 141 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()
|
D | verbs.h | 660 u64 n_packets; /* number of packets */ member 674 stats->n_packets++; in inc_opstats()
|
/drivers/net/ethernet/sfc/ |
D | ef10.c | 2468 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/ |
D | ipath_verbs.h | 537 u64 n_packets; /* number of packets */ member
|
D | ipath_verbs.c | 638 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/ |
D | dwc_eth_qos.c | 1713 unsigned int n_packets = 0; in dwceqos_rx() local 1780 n_packets++; in dwceqos_rx()
|