Searched refs:ipath_stats (Results 1 – 10 of 10) sorted by relevance
36 struct infinipath_stats ipath_stats; variable156 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()
350 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()
25 ipath_stats.o \
701 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 …]
421 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 …]
100 return simple_read_from_buffer(buf, count, ppos, &ipath_stats, in atomic_stats_read()101 sizeof ipath_stats); in atomic_stats_read()
999 if (dd->ipath_cfgports > ipath_stats.sps_nports) in ipath_init_chip()1008 ipath_stats.sps_nports = dd->ipath_cfgports; in ipath_init_chip()
484 ++ipath_stats.sps_txeparity; in ipath_ht_txe_recover()525 ipath_stats.sps_hwerrs++; in ipath_ht_handle_hwerrors()
62 extern struct infinipath_stats ipath_stats;
712 ipath_stats.sps_pkeys[i] = lkey; in add_pkey()