Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h49 #define D_ID_HASH_FUNC(x, size) ((x) & (size - 1)) macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3631 head = &port->fp_did_table[D_ID_HASH_FUNC(pd->pd_port_id.port_id, 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()