Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c173 mdb_printf(" tgt_hash_table : 0x%p\n", pinfo.port_tgt_hash_table); in fcp()
331 while ((port.port_tgt_hash_table[tgt_hash_index] == NULL) && in targets_walk_i()
336 wsp->walk_addr = (uintptr_t)(port.port_tgt_hash_table[tgt_hash_index]); in targets_walk_i()
372 while ((port.port_tgt_hash_table[tgt_hash_index] == NULL) && in targets_walk_s()
383 (uintptr_t)(port.port_tgt_hash_table[tgt_hash_index]); in targets_walk_s()
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h374 struct fcp_tgt *port_tgt_hash_table[FCP_NUM_HASH]; member
1326 fcp_port::fcp_next fcp_port::port_tgt_hash_table
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1828 for (ptgt = pptr->port_tgt_hash_table[i]; ptgt != NULL; in fcp_get_target_mappings()
4675 for (ptgt = pptr->port_tgt_hash_table[i]; ptgt != NULL; in fcp_handle_devices()
5374 for (ptgt = pptr->port_tgt_hash_table[i]; ptgt != NULL; in fcp_update_state()
5398 for (ptgt = pptr->port_tgt_hash_table[i]; ptgt != NULL; in fcp_offline_all()
5410 for (ptgt = pptr->port_tgt_hash_table[i]; ptgt != NULL; in fcp_offline_all()
6151 for (ptgt = pptr->port_tgt_hash_table[hash]; ptgt != NULL; in fcp_lookup_target()
9447 ptgt->tgt_next = pptr->port_tgt_hash_table[hash]; in fcp_alloc_tgt()
9448 pptr->port_tgt_hash_table[hash] = ptgt; in fcp_alloc_tgt()
14128 for (ptgt = pptr->port_tgt_hash_table[hash]; ptgt != NULL; in fcp_lookup_lun()
14357 for (ptgt = pptr->port_tgt_hash_table[i]; in fcp_get_lun_from_cip()
[all …]