NEXUS_HASH_WIDTH
for (i = 0; i < NEXUS_HASH_WIDTH; i++) {
#define NEXUS_HASH(tgt, lun) ((tgt + lun) % NEXUS_HASH_WIDTH)
struct isp_nexus *nexus_hash[NEXUS_HASH_WIDTH];