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

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c104 int pwwn_table_size = PWWN_HASH_TABLE_SIZE; variable
3738 pwwn_table_size);
3753 for (index = 0; index < pwwn_table_size; index++) {
3808 index = HASH_FUNC(WWN_HASH_KEY(pwwn.raw_wwn), pwwn_table_size);
3955 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size);
3988 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size);
4028 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size);
4135 index < pwwn_table_size; index++) {
4192 for (index = 0; index < pwwn_table_size; index++) {
5876 for (index = 0; index < pwwn_table_size; inde
[all...]
H A Dfp.c59 extern int pwwn_table_size;
1022 port->fp_pwwn_table = kmem_zalloc(pwwn_table_size *
1247 pwwn_table_size * sizeof (struct pwwn_hash));
1611 kmem_free(port->fp_pwwn_table, pwwn_table_size *
1839 for (index = 0; index < pwwn_table_size; index++) {
3668 for (count = index = 0; index < pwwn_table_size; index++) {
3690 for (index = 0; index < pwwn_table_size; index++) {
4299 for (index = 0; index < pwwn_table_size; index++) {
10059 for (count = index = 0; index < pwwn_table_size; index++) {
10243 for (index = 0; index < pwwn_table_size; inde
[all...]

Completed in 117 milliseconds