Home
last modified time | relevance | path

Searched refs:ipath_stats (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_stats.c36 struct infinipath_stats ipath_stats; variable
156 if (ipath_stats.sps_etidfull != dd->ipath_last_tidfull) { in ipath_qcheck()
161 (ipath_stats.sps_etidfull - in ipath_qcheck()
163 dd->ipath_last_tidfull = ipath_stats.sps_etidfull; in ipath_qcheck()
174 ipath_stats.sps_hdrqfull != last_tot_hdrqfull) { in ipath_qcheck()
179 (ipath_stats.sps_hdrqfull - in ipath_qcheck()
181 last_tot_hdrqfull = ipath_stats.sps_hdrqfull; in ipath_qcheck()
189 ipath_stats.sps_port0pkts) { in ipath_qcheck()
195 ipath_stats.sps_port0pkts); in ipath_qcheck()
199 dd->ipath_lastport0rcv_cnt = ipath_stats.sps_port0pkts; in ipath_qcheck()
Dipath_intr.c350 ipath_stats.sps_iblink++; in handle_e_ibstatuschanged()
589 ipath_stats.sps_hdrqfull++; in handle_hdrq_full()
789 ipath_stats.sps_pkterrs++; in handle_errors()
793 ipath_stats.sps_errs++; in handle_errors()
796 ipath_stats.sps_crcerrs++; in handle_errors()
820 ipath_stats.sps_etidfull++; in handle_errors()
835 ipath_stats.sps_iblink++; in handle_errors()
1072 ipath_stats.sps_ints++; in ipath_intr()
1103 ipath_stats.sps_nullintr++; in ipath_intr()
1127 ipath_stats.sps_errints++; in ipath_intr()
DMakefile25 ipath_stats.o \
Dipath_driver.c701 ipath_stats.sps_pageunlocks += cnt; in cleanup_device()
705 if (ipath_stats.sps_pagelocks || in cleanup_device()
706 ipath_stats.sps_pageunlocks) in cleanup_device()
710 ipath_stats.sps_pagelocks, in cleanup_device()
712 ipath_stats.sps_pageunlocks); in cleanup_device()
1315 if (pkttot > ipath_stats.sps_maxpkts_call) in ipath_kreceive()
1316 ipath_stats.sps_maxpkts_call = pkttot; in ipath_kreceive()
1317 ipath_stats.sps_port0pkts += pkttot; in ipath_kreceive()
1318 ipath_stats.sps_avgpkts_call = in ipath_kreceive()
1319 ipath_stats.sps_port0pkts / ++totcalls; in ipath_kreceive()
[all …]
Dipath_file_ops.c421 ipath_stats.sps_pagelocks++; in ipath_tid_update()
460 ipath_stats.sps_pageunlocks++; in ipath_tid_update()
580 ipath_stats.sps_pageunlocks++; in ipath_tid_free()
712 ipath_stats.sps_pkeys[i] = lkey; in ipath_set_part_key()
825 ipath_stats.sps_pkeys[j] = in ipath_clean_part_key()
1623 ipath_stats.sps_ports++; in try_alloc_port()
2034 ipath_stats.sps_pageunlocks++; in unlock_expected_tids()
2040 if (ipath_stats.sps_pagelocks || ipath_stats.sps_pageunlocks) in unlock_expected_tids()
2042 (unsigned long long) ipath_stats.sps_pagelocks, in unlock_expected_tids()
2044 ipath_stats.sps_pageunlocks); in unlock_expected_tids()
[all …]
Dipath_fs.c100 return simple_read_from_buffer(buf, count, ppos, &ipath_stats, in atomic_stats_read()
101 sizeof ipath_stats); in atomic_stats_read()
Dipath_init_chip.c999 if (dd->ipath_cfgports > ipath_stats.sps_nports) in ipath_init_chip()
1008 ipath_stats.sps_nports = dd->ipath_cfgports; in ipath_init_chip()
Dipath_iba6110.c484 ++ipath_stats.sps_txeparity; in ipath_ht_txe_recover()
525 ipath_stats.sps_hwerrs++; in ipath_ht_handle_hwerrors()
Dipath_kernel.h62 extern struct infinipath_stats ipath_stats;
Dipath_mad.c712 ipath_stats.sps_pkeys[i] = lkey; in add_pkey()