Searched refs:ATPDPHASH (Results 1 – 2 of 2) sorted by relevance
87 #define ATPDPHASH(x) ((((x) >> 24) ^ ((x) >> 16) ^ ((x) >> 8) ^ (x)) & \ macro
720 LIST_INSERT_HEAD(&fc->atused[ATPDPHASH(tag)], atp, next); in isp_get_atpd()731 LIST_FOREACH(atp, &fc->atused[ATPDPHASH(tag)], next) { in isp_find_atpd()