Searched refs:PWWN_HASH_TABLE_SIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c590 PWWN_HASH_TABLE_SIZE, UM_SLEEP);
604 PWWN_HASH_TABLE_SIZE, (uintptr_t)port.fp_pwwn_table) == -1) {
612 (pd_hash_index < PWWN_HASH_TABLE_SIZE)) {
633 (pd_hash_index >= (PWWN_HASH_TABLE_SIZE - 1))) {
657 (pd_hash_index < PWWN_HASH_TABLE_SIZE)) {
661 if (pd_hash_index == PWWN_HASH_TABLE_SIZE) {
681 PWWN_HASH_TABLE_SIZE);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h42 #define PWWN_HASH_TABLE_SIZE (32) /* 2^n */ macro
690 * allocates memory for an array of PWWN_HASH_TABLE_SIZE elements at
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c108 int pwwn_table_size = PWWN_HASH_TABLE_SIZE;

Completed in 148 milliseconds