Lines Matching refs:ipath_stats
694 ipath_stats.sps_pageunlocks += cnt; in cleanup_device()
698 if (ipath_stats.sps_pagelocks || in cleanup_device()
699 ipath_stats.sps_pageunlocks) in cleanup_device()
703 ipath_stats.sps_pagelocks, in cleanup_device()
705 ipath_stats.sps_pageunlocks); in cleanup_device()
1308 if (pkttot > ipath_stats.sps_maxpkts_call) in ipath_kreceive()
1309 ipath_stats.sps_maxpkts_call = pkttot; in ipath_kreceive()
1310 ipath_stats.sps_port0pkts += pkttot; in ipath_kreceive()
1311 ipath_stats.sps_avgpkts_call = in ipath_kreceive()
1312 ipath_stats.sps_port0pkts / ++totcalls; in ipath_kreceive()
1492 ipath_stats.sps_nopiobufs++; in no_pio_bufs()