Lines Matching refs:qstat
58 qstat = get_qstat(cfg)
59 if qstat is None:
63 ksft_in(key, qstat, "Drivers should always report basic keys")
68 def stat_cmp(rstat, qstat): argument
70 if rstat[key] != qstat[key]:
71 return rstat[key] - qstat[key]
76 if stat_cmp(rtstat, qstat) < 0:
78 qstat = get_qstat(cfg)
79 if stat_cmp(rtstat, qstat) > 0:
142 qstat = netfam.qstats_get({"ifindex": cfg.ifindex}, dump=True)[0]
152 for k, v in qstat.items():
153 ksft_ge(qstat2[k], qstat[k], comment=f"{k} went backwards on device down")