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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddma-debug.c250 int matches = 0, match_lvl, last_lvl = 0; local
268 match_lvl = 0;
269 entry->size == ref->size ? ++match_lvl : 0;
270 entry->type == ref->type ? ++match_lvl : 0;
271 entry->direction == ref->direction ? ++match_lvl : 0;
272 entry->sg_call_ents == ref->sg_call_ents ? ++match_lvl : 0;
274 if (match_lvl == 4) {
277 } else if (match_lvl > last_lvl) {
282 last_lvl = match_lvl;

Completed in 78 milliseconds