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

/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...]

Completed in 78 milliseconds