Searched refs:fp_did_table (Results 1 – 4 of 4) sorted by relevance
60 static struct d_id_hash *fp_did_table; variable706 fp_did_table = mdb_alloc(sizeof (struct d_id_hash) * in pd_by_did_walk_i()720 if (mdb_vread(fp_did_table, sizeof (struct d_id_hash) * in pd_by_did_walk_i()721 D_ID_HASH_TABLE_SIZE, (uintptr_t)port.fp_did_table) == -1) { in pd_by_did_walk_i()727 while ((fp_did_table[pd_hash_index].d_id_head == NULL) && in pd_by_did_walk_i()732 wsp->walk_addr = (uintptr_t)fp_did_table[pd_hash_index].d_id_head; in pd_by_did_walk_i()772 while ((fp_did_table[pd_hash_index].d_id_head == NULL) && in pd_by_did_walk_s()783 (uintptr_t)fp_did_table[pd_hash_index].d_id_head; in pd_by_did_walk_s()796 mdb_free(fp_did_table, sizeof (struct d_id_hash) * in pd_by_did_walk_f()798 fp_did_table = NULL; in pd_by_did_walk_f()
510 struct d_id_hash *fp_did_table; member
3631 head = &port->fp_did_table[D_ID_HASH_FUNC(pd->pd_port_id.port_id, in fctl_enlist_did_table()3647 tmp_head = &port->fp_did_table[index]; in fctl_enlist_did_table()3695 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)]; in fctl_delist_did_table()3866 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)]; in fctl_get_remote_port_by_did()3919 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)]; in fctl_hold_remote_port_by_did()4824 head = &port->fp_did_table[index]; in fctl_destroy_all_remote_ports()
1020 port->fp_did_table = kmem_zalloc(did_table_size * in fp_attach_handler()1252 if (port->fp_did_table != NULL) { in fp_attach_handler()1253 kmem_free(port->fp_did_table, in fp_attach_handler()1255 port->fp_did_table = NULL; in fp_attach_handler()1606 if (port->fp_did_table) { in fp_detach_handler()1607 kmem_free(port->fp_did_table, did_table_size * in fp_detach_handler()