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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_stats.c36 struct infinipath_stats ipath_stats; variable in typeref:struct:infinipath_stats
146 if (ipath_stats.sps_etidfull != dd->ipath_last_tidfull) {
151 (ipath_stats.sps_etidfull -
153 dd->ipath_last_tidfull = ipath_stats.sps_etidfull;
164 ipath_stats.sps_hdrqfull != last_tot_hdrqfull) {
169 (ipath_stats.sps_hdrqfull -
171 last_tot_hdrqfull = ipath_stats.sps_hdrqfull;
179 ipath_stats.sps_port0pkts) {
186 ipath_stats.sps_port0pkts);
188 dd->ipath_lastport0rcv_cnt = ipath_stats
[all...]
H A DMakefile25 ipath_stats.o \
H A Dipath_intr.c366 ipath_stats.sps_iblink++;
630 ipath_stats.sps_pkterrs++;
634 ipath_stats.sps_errs++;
637 ipath_stats.sps_crcerrs++;
652 ipath_stats.sps_hdrqfull++;
688 ipath_stats.sps_etidfull++;
704 ipath_stats.sps_iblink++;
906 ipath_stats.sps_ints++;
956 ipath_stats.sps_fastrcvint++;
964 ipath_stats
[all...]
H A Dipath_driver.c591 ipath_stats.sps_pageunlocks += cnt;
595 if (ipath_stats.sps_pagelocks ||
596 ipath_stats.sps_pageunlocks)
600 ipath_stats.sps_pagelocks,
602 ipath_stats.sps_pageunlocks);
1152 if (pkttot > ipath_stats.sps_maxpkts_call)
1153 ipath_stats.sps_maxpkts_call = pkttot;
1154 ipath_stats.sps_port0pkts += pkttot;
1155 ipath_stats.sps_avgpkts_call =
1156 ipath_stats
[all...]
H A Dipath_file_ops.c394 ipath_stats.sps_pagelocks++;
431 ipath_stats.sps_pageunlocks++;
549 ipath_stats.sps_pageunlocks++;
681 ipath_stats.sps_pkeys[i] = lkey;
793 ipath_stats.sps_pkeys[j] =
1522 ipath_stats.sps_ports++;
1889 ipath_stats.sps_pageunlocks++;
1895 if (ipath_stats.sps_pagelocks || ipath_stats.sps_pageunlocks)
1897 (unsigned long long) ipath_stats
[all...]
H A Dipath_fs.c103 return simple_read_from_buffer(buf, count, ppos, &ipath_stats,
104 sizeof ipath_stats);
H A Dipath_layer.c348 ipath_stats.sps_ether_spkts++; /* ether packet sent */
H A Dipath_iba6110.c458 ipath_stats.sps_hwerrs++;
1550 int cnt = ++ipath_stats.sps_txeparity;
H A Dipath_iba6120.c365 ipath_stats.sps_hwerrs++;
1337 int cnt = ++ipath_stats.sps_txeparity;
H A Dipath_init_chip.c937 if (dd->ipath_cfgports > ipath_stats.sps_nports)
946 ipath_stats.sps_nports = dd->ipath_cfgports;
H A Dipath_kernel.h57 extern struct infinipath_stats ipath_stats;
H A Dipath_mad.c683 ipath_stats.sps_pkeys[i] = lkey;

Completed in 112 milliseconds