Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c108 int pwwn_table_size = PWWN_HASH_TABLE_SIZE; variable
3742 pwwn_table_size); in fctl_enlist_pwwn_table()
3757 for (index = 0; index < pwwn_table_size; index++) { in fctl_enlist_pwwn_table()
3812 index = HASH_FUNC(WWN_HASH_KEY(pwwn.raw_wwn), pwwn_table_size); in fctl_delist_pwwn_table()
3959 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size); in fctl_get_remote_port_by_pwwn()
3992 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size); in fctl_get_remote_port_by_pwwn_mutex_held()
4032 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size); in fctl_hold_remote_port_by_pwwn()
4139 index < pwwn_table_size; index++) { in fctl_fillout_map()
4196 for (index = 0; index < pwwn_table_size; index++) { in fctl_fillout_map()
5880 for (index = 0; index < pwwn_table_size; index++) { in fctl_remove_oldies()
[all …]
H A Dfp.c59 extern int pwwn_table_size;
1022 port->fp_pwwn_table = kmem_zalloc(pwwn_table_size * in fp_attach_handler()
1247 pwwn_table_size * sizeof (struct pwwn_hash)); in fp_attach_handler()
1611 kmem_free(port->fp_pwwn_table, pwwn_table_size * in fp_detach_handler()
1839 for (index = 0; index < pwwn_table_size; index++) { in fp_suspend_all()
3668 for (count = index = 0; index < pwwn_table_size; index++) { in fp_port_shutdown()
3690 for (index = 0; index < pwwn_table_size; index++) { in fp_port_shutdown()
4299 for (index = 0; index < pwwn_table_size; index++) { in fp_port_offline()
10059 for (count = index = 0; index < pwwn_table_size; index++) { in fp_fillout_p2pmap()
10243 for (index = 0; index < pwwn_table_size; index++) { in fp_fabric_online()
[all …]