Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/isp/
H A Disp_freebsd.h95 #define ATPDPHASH(x) ((((x) >> 24) ^ ((x) >> 16) ^ ((x) >> 8) ^ (x)) & \ macro
H A Disp_freebsd.c871 LIST_INSERT_HEAD(&atused[ATPDPHASH(tag)], atp, next); in isp_get_atpd()
883 LIST_FOREACH(atp, &atused[ATPDPHASH(tag)], next) { in isp_find_atpd()