Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c108 int did_table_size = D_ID_HASH_TABLE_SIZE; variable
3632 did_table_size)]; in fctl_enlist_did_table()
3646 for (index = 0; index < did_table_size; index++) { in fctl_enlist_did_table()
3695 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)]; in fctl_delist_did_table()
3866 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)]; in fctl_get_remote_port_by_did()
3919 head = &port->fp_did_table[D_ID_HASH_FUNC(d_id, did_table_size)]; in fctl_hold_remote_port_by_did()
4822 for (index = 0; index < did_table_size; index++) { in fctl_destroy_all_remote_ports()
H A Dfp.c59 extern int did_table_size;
1020 port->fp_did_table = kmem_zalloc(did_table_size * in fp_attach_handler()
1254 did_table_size * sizeof (struct d_id_hash)); in fp_attach_handler()
1607 kmem_free(port->fp_did_table, did_table_size * in fp_detach_handler()