Lines Matching refs:qstat
73 qstat = get_qstat(cfg)
74 if qstat is None:
78 ksft_in(key, qstat, "Drivers should always report basic keys")
83 def stat_cmp(rstat, qstat): argument
85 if rstat[key] != qstat[key]:
86 return rstat[key] - qstat[key]
91 if stat_cmp(rtstat, qstat) < 0:
93 qstat = get_qstat(cfg)
94 if stat_cmp(rtstat, qstat) > 0:
175 qstat = netfam.qstats_get({"ifindex": cfg.ifindex}, dump=True)[0]
185 for k in qstat:
186 ksft_ge(qstat2[k], qstat[k], comment=f"{k} went backwards on device down")