Searched refs:HASH_FUNC (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl_private.h | 45 #define HASH_FUNC(key, size) ((key) & (size - 1)) macro
|
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 3302 index = HASH_FUNC(WWN_HASH_KEY(rnodep->fd_node_name.raw_wwn), in fctl_enlist_nwwn_table() 3333 index = HASH_FUNC(WWN_HASH_KEY(rnodep->fd_node_name.raw_wwn), in fctl_delist_nwwn_table() 3383 index = HASH_FUNC(WWN_HASH_KEY(node_wwn->raw_wwn), in fctl_get_remote_node_by_nwwn() 3423 index = HASH_FUNC(WWN_HASH_KEY(node_wwn->raw_wwn), in fctl_lock_remote_node_by_nwwn() 3741 index = HASH_FUNC(WWN_HASH_KEY(pd->pd_port_name.raw_wwn), in fctl_enlist_pwwn_table() 3812 index = HASH_FUNC(WWN_HASH_KEY(pwwn.raw_wwn), pwwn_table_size); in fctl_delist_pwwn_table() 3959 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size); in fctl_get_remote_port_by_pwwn() 3992 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size); in fctl_get_remote_port_by_pwwn_mutex_held() 4032 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size); in fctl_hold_remote_port_by_pwwn()
|