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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_stats.c36 struct infinipath_stats ipath_stats; variable in typeref:struct:infinipath_stats
156 if (ipath_stats.sps_etidfull != dd->ipath_last_tidfull) {
161 (ipath_stats.sps_etidfull -
163 dd->ipath_last_tidfull = ipath_stats.sps_etidfull;
174 ipath_stats.sps_hdrqfull != last_tot_hdrqfull) {
179 (ipath_stats.sps_hdrqfull -
181 last_tot_hdrqfull = ipath_stats.sps_hdrqfull;
189 ipath_stats.sps_port0pkts) {
195 ipath_stats.sps_port0pkts);
199 dd->ipath_lastport0rcv_cnt = ipath_stats
[all...]
H A DMakefile25 ipath_stats.o \
H A Dipath_intr.c352 ipath_stats.sps_iblink++;
592 ipath_stats.sps_hdrqfull++;
792 ipath_stats.sps_pkterrs++;
796 ipath_stats.sps_errs++;
799 ipath_stats.sps_crcerrs++;
823 ipath_stats.sps_etidfull++;
838 ipath_stats.sps_iblink++;
1075 ipath_stats.sps_ints++;
1106 ipath_stats.sps_nullintr++;
1130 ipath_stats
[all...]
H A Dipath_fs.c100 return simple_read_from_buffer(buf, count, ppos, &ipath_stats,
101 sizeof ipath_stats);
H A Dipath_file_ops.c414 ipath_stats.sps_pagelocks++;
453 ipath_stats.sps_pageunlocks++;
573 ipath_stats.sps_pageunlocks++;
705 ipath_stats.sps_pkeys[i] = lkey;
818 ipath_stats.sps_pkeys[j] =
1621 ipath_stats.sps_ports++;
2030 ipath_stats.sps_pageunlocks++;
2036 if (ipath_stats.sps_pagelocks || ipath_stats.sps_pageunlocks)
2038 (unsigned long long) ipath_stats
[all...]
H A Dipath_driver.c707 ipath_stats.sps_pageunlocks += cnt;
711 if (ipath_stats.sps_pagelocks ||
712 ipath_stats.sps_pageunlocks)
716 ipath_stats.sps_pagelocks,
718 ipath_stats.sps_pageunlocks);
1313 if (pkttot > ipath_stats.sps_maxpkts_call)
1314 ipath_stats.sps_maxpkts_call = pkttot;
1315 ipath_stats.sps_port0pkts += pkttot;
1316 ipath_stats.sps_avgpkts_call =
1317 ipath_stats
[all...]
H A Dipath_init_chip.c1014 if (dd->ipath_cfgports > ipath_stats.sps_nports)
1023 ipath_stats.sps_nports = dd->ipath_cfgports;
H A Dipath_iba6110.c484 ++ipath_stats.sps_txeparity;
525 ipath_stats.sps_hwerrs++;
H A Dipath_kernel.h61 extern struct infinipath_stats ipath_stats;
H A Dipath_mad.c704 ipath_stats.sps_pkeys[i] = lkey;

Completed in 113 milliseconds