Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c4369 uint16_t num_dh = 0; in emlxs_rcv_auth_msg_npr_node() local
4551 num_dh = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF; in emlxs_rcv_auth_msg_npr_node()
4553 if (num_dh == 0) { in emlxs_rcv_auth_msg_npr_node()
4563 for (i = 0; i < num_dh; i++) { in emlxs_rcv_auth_msg_npr_node()
4569 rc = emlxs_check_dhgp(port, ndlp, dh_id, num_dh, &dhgp_id); in emlxs_rcv_auth_msg_npr_node()
4710 uint16_t num_dh = 0; in emlxs_rcv_auth_msg_unmapped_node() local
4895 num_dh = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF; in emlxs_rcv_auth_msg_unmapped_node()
4897 if (num_dh == 0) { in emlxs_rcv_auth_msg_unmapped_node()
4907 for (i = 0; i < num_dh; i++) { in emlxs_rcv_auth_msg_unmapped_node()
4913 rc = emlxs_check_dhgp(port, ndlp, dh_id, num_dh, &dhgp_id); in emlxs_rcv_auth_msg_unmapped_node()