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

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c103 int did_table_size = D_ID_HASH_TABLE_SIZE; variable
3627 did_table_size)];
3641 for (index = 0; index < did_table_size; index++) {
3690 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)];
3861 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)];
3914 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)];
4817 for (index = 0; index < did_table_size; index++) {
H A Dfp.c58 extern int did_table_size;
1019 port->fp_did_table = kmem_zalloc(did_table_size *
1253 did_table_size * sizeof (struct d_id_hash));
1606 kmem_free(port->fp_did_table, did_table_size *

Completed in 115 milliseconds