Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c40 static uint32_t tgt_hash_index; variable
329 tgt_hash_index = 0; in targets_walk_i()
331 while ((port.port_tgt_hash_table[tgt_hash_index] == NULL) && in targets_walk_i()
332 (tgt_hash_index < FCP_NUM_HASH)) { in targets_walk_i()
333 tgt_hash_index++; in targets_walk_i()
336 wsp->walk_addr = (uintptr_t)(port.port_tgt_hash_table[tgt_hash_index]); in targets_walk_i()
349 (tgt_hash_index >= (FCP_NUM_HASH - 1))) { in targets_walk_s()
370 tgt_hash_index++; in targets_walk_s()
372 while ((port.port_tgt_hash_table[tgt_hash_index] == NULL) && in targets_walk_s()
373 (tgt_hash_index < FCP_NUM_HASH)) { in targets_walk_s()
[all …]