Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
HDisp_freebsd.h126 #define LUN_HASH_SIZE 32 macro
127 #define LUN_HASH_FUNC(lun) ((lun) & (LUN_HASH_SIZE - 1))
182 struct tslist lun_hash[LUN_HASH_SIZE];
205 struct tslist lun_hash[LUN_HASH_SIZE];
HDisp_freebsd.c846 for (i = 0; i < LUN_HASH_SIZE; i++) { in dump_tstates()
864 for (i = 0; i < LUN_HASH_SIZE; i++) { in get_lun_statep()
886 for (i = 0; i < LUN_HASH_SIZE; i++) { in get_lun_statep_from_tag()
909 for (i = 0; i < LUN_HASH_SIZE; i++) { in get_ntp_from_tagdata()
939 for (i = 0; i < LUN_HASH_SIZE; i++) { in isp_tmcmd_restart()