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

/freebsd-10.1-release/sys/dev/isp/
H A Disp_freebsd.h99 #define ATPDPHASH(x) ((((x) >> 24) ^ ((x) >> 16) ^ ((x) >> 8) ^ (x)) & \ macro
H A Disp_freebsd.c1041 LIST_INSERT_HEAD(&tptr->atused[ATPDPHASH(tag)], atp, next);
1051 LIST_FOREACH(atp, &tptr->atused[ATPDPHASH(tag)], next) {

Completed in 92 milliseconds