Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h45 #define HASH_FUNC(key, size) ((key) & (size - 1)) macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3303 index = HASH_FUNC(WWN_HASH_KEY(rnodep->fd_node_name.raw_wwn), in fctl_enlist_nwwn_table()
3334 index = HASH_FUNC(WWN_HASH_KEY(rnodep->fd_node_name.raw_wwn), in fctl_delist_nwwn_table()
3384 index = HASH_FUNC(WWN_HASH_KEY(node_wwn->raw_wwn), in fctl_get_remote_node_by_nwwn()
3424 index = HASH_FUNC(WWN_HASH_KEY(node_wwn->raw_wwn), in fctl_lock_remote_node_by_nwwn()
3742 index = HASH_FUNC(WWN_HASH_KEY(pd->pd_port_name.raw_wwn), in fctl_enlist_pwwn_table()
3813 index = HASH_FUNC(WWN_HASH_KEY(pwwn.raw_wwn), pwwn_table_size); in fctl_delist_pwwn_table()
3960 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size); in fctl_get_remote_port_by_pwwn()
3993 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size); in fctl_get_remote_port_by_pwwn_mutex_held()
4033 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size); in fctl_hold_remote_port_by_pwwn()