Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c109 int pwwn_table_size = PWWN_HASH_TABLE_SIZE; variable
3743 pwwn_table_size); in fctl_enlist_pwwn_table()
3758 for (index = 0; index < pwwn_table_size; index++) { in fctl_enlist_pwwn_table()
3813 index = HASH_FUNC(WWN_HASH_KEY(pwwn.raw_wwn), pwwn_table_size); in fctl_delist_pwwn_table()
3960 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size); in fctl_get_remote_port_by_pwwn()
4140 index < pwwn_table_size; index++) { in fctl_fillout_map()
4197 for (index = 0; index < pwwn_table_size; index++) { in fctl_fillout_map()
5886 for (index = 0; index < pwwn_table_size; index++) { in fctl_remove_oldies()
5994 for (index = 0; index < pwwn_table_size; index++) { in fctl_lookup_pd_by_did()
6216 outer < pwwn_table_size && match <= index; in fctl_lookup_pd_by_index()
[all …]
H A Dfp.c60 extern int pwwn_table_size;
1023 port->fp_pwwn_table = kmem_zalloc(pwwn_table_size * in fp_attach_handler()
1248 pwwn_table_size * sizeof (struct pwwn_hash)); in fp_attach_handler()
1612 kmem_free(port->fp_pwwn_table, pwwn_table_size * in fp_detach_handler()
1840 for (index = 0; index < pwwn_table_size; index++) { in fp_suspend_all()
3669 for (count = index = 0; index < pwwn_table_size; index++) { in fp_port_shutdown()
3691 for (index = 0; index < pwwn_table_size; index++) { in fp_port_shutdown()
4300 for (index = 0; index < pwwn_table_size; index++) { in fp_port_offline()
10063 for (count = index = 0; index < pwwn_table_size; index++) { in fp_fillout_p2pmap()
10247 for (index = 0; index < pwwn_table_size; index++) { in fp_fabric_online()
[all …]