Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c520 hash = EMLXS_DID_HASH(did); in emlxs_node_find_did()
942 hash = EMLXS_DID_HASH(ndlp->nlp_DID); in emlxs_node_add()
978 hash = EMLXS_DID_HASH(ndlp->nlp_DID); in emlxs_node_rm()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h679 #define EMLXS_DID_HASH(x) ((x) & (EMLXS_NUM_HASH_QUES - 1)) macro