Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c57 static struct d_id_hash *fp_did_table; variable
703 fp_did_table = mdb_alloc(sizeof (struct d_id_hash) * in pd_by_did_walk_i()
717 if (mdb_vread(fp_did_table, sizeof (struct d_id_hash) * in pd_by_did_walk_i()
718 D_ID_HASH_TABLE_SIZE, (uintptr_t)port.fp_did_table) == -1) { in pd_by_did_walk_i()
724 while ((fp_did_table[pd_hash_index].d_id_head == NULL) && in pd_by_did_walk_i()
729 wsp->walk_addr = (uintptr_t)fp_did_table[pd_hash_index].d_id_head; in pd_by_did_walk_i()
769 while ((fp_did_table[pd_hash_index].d_id_head == NULL) && in pd_by_did_walk_s()
780 (uintptr_t)fp_did_table[pd_hash_index].d_id_head; in pd_by_did_walk_s()
793 mdb_free(fp_did_table, sizeof (struct d_id_hash) * in pd_by_did_walk_f()
795 fp_did_table = NULL; in pd_by_did_walk_f()
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h510 struct d_id_hash *fp_did_table; member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3630 head = &port->fp_did_table[D_ID_HASH_FUNC(pd->pd_port_id.port_id, in fctl_enlist_did_table()
3646 tmp_head = &port->fp_did_table[index]; in fctl_enlist_did_table()
3694 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)]; in fctl_delist_did_table()
3865 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)]; in fctl_get_remote_port_by_did()
3918 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)]; in fctl_hold_remote_port_by_did()
4823 head = &port->fp_did_table[index]; in fctl_destroy_all_remote_ports()
H A Dfp.c1019 port->fp_did_table = kmem_zalloc(did_table_size * in fp_attach_handler()
1251 if (port->fp_did_table != NULL) { in fp_attach_handler()
1252 kmem_free(port->fp_did_table, in fp_attach_handler()
1254 port->fp_did_table = NULL; in fp_attach_handler()
1605 if (port->fp_did_table) { in fp_detach_handler()
1606 kmem_free(port->fp_did_table, did_table_size * in fp_detach_handler()