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

/freebsd-current/sys/dev/isp/
H A Disp_freebsd.h158 #define LUN_HASH_SIZE 32 macro
159 #define LUN_HASH_FUNC(lun) ((lun) & (LUN_HASH_SIZE - 1))
221 struct tslist lun_hash[LUN_HASH_SIZE];
H A Disp_freebsd.c699 for (i = 0; i < LUN_HASH_SIZE; i++) {

Completed in 127 milliseconds