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

/freebsd-current/sys/dev/isp/
H A Disp_freebsd.h86 #define ATPDPHASH(x) ((((x) >> 24) ^ ((x) >> 16) ^ ((x) >> 8) ^ (x)) & \ macro
H A Disp_freebsd.c727 LIST_INSERT_HEAD(&fc->atused[ATPDPHASH(tag)], atp, next);
738 LIST_FOREACH(atp, &fc->atused[ATPDPHASH(tag)], next) {

Completed in 137 milliseconds