Searched refs:NEXUS_HASH (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/dev/isp/ | ||
| HD | isp_freebsd.h | 186 #define NEXUS_HASH(tgt, lun) ((tgt + lun) % NEXUS_HASH_WIDTH) macro |
| HD | isp_freebsd.c | 3447 idx = NEXUS_HASH(tgt, lun); in isp_fcp_next_crn() |