Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c56 static struct pwwn_hash *fp_pwwn_table; variable
589 fp_pwwn_table = mdb_alloc(sizeof (struct pwwn_hash) * in pd_by_pwwn_walk_i()
603 if (mdb_vread(fp_pwwn_table, sizeof (struct pwwn_hash) * in pd_by_pwwn_walk_i()
604 PWWN_HASH_TABLE_SIZE, (uintptr_t)port.fp_pwwn_table) == -1) { in pd_by_pwwn_walk_i()
611 while ((fp_pwwn_table[pd_hash_index].pwwn_head == NULL) && in pd_by_pwwn_walk_i()
616 wsp->walk_addr = (uintptr_t)fp_pwwn_table[pd_hash_index].pwwn_head; in pd_by_pwwn_walk_i()
656 while ((fp_pwwn_table[pd_hash_index].pwwn_head == NULL) && in pd_by_pwwn_walk_s()
667 (uintptr_t)fp_pwwn_table[pd_hash_index].pwwn_head; in pd_by_pwwn_walk_s()
680 mdb_free(fp_pwwn_table, sizeof (struct pwwn_hash) * in pd_by_pwwn_walk_f()
682 fp_pwwn_table = NULL; in pd_by_pwwn_walk_f()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3744 head = &port->fp_pwwn_table[index]; in fctl_enlist_pwwn_table()
3758 tmp_head = &port->fp_pwwn_table[index]; in fctl_enlist_pwwn_table()
3814 head = &port->fp_pwwn_table[index]; in fctl_delist_pwwn_table()
3960 head = &port->fp_pwwn_table[index]; in fctl_get_remote_port_by_pwwn()
3993 head = &port->fp_pwwn_table[index]; in fctl_get_remote_port_by_pwwn_mutex_held()
4033 head = &port->fp_pwwn_table[index]; in fctl_hold_remote_port_by_pwwn()
4140 head = &port->fp_pwwn_table[index]; in fctl_fillout_map()
4197 head = &port->fp_pwwn_table[index]; in fctl_fillout_map()
5881 head = &port->fp_pwwn_table[index]; in fctl_remove_oldies()
5989 head = &port->fp_pwwn_table[index]; in fctl_lookup_pd_by_did()
[all …]
H A Dfp.c1022 port->fp_pwwn_table = kmem_zalloc(pwwn_table_size * in fp_attach_handler()
1245 if (port->fp_pwwn_table != NULL) { in fp_attach_handler()
1246 kmem_free(port->fp_pwwn_table, in fp_attach_handler()
1248 port->fp_pwwn_table = NULL; in fp_attach_handler()
1610 if (port->fp_pwwn_table) { in fp_detach_handler()
1611 kmem_free(port->fp_pwwn_table, pwwn_table_size * in fp_detach_handler()
1840 head = &port->fp_pwwn_table[index]; in fp_suspend_all()
3669 head = &port->fp_pwwn_table[index]; in fp_port_shutdown()
3691 head = &port->fp_pwwn_table[index]; in fp_port_shutdown()
4300 head = &port->fp_pwwn_table[index]; in fp_port_offline()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h517 struct pwwn_hash *fp_pwwn_table; member