Searched defs: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; local
4550 /* Get num_dh */
4551 num_dh = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF;
4553 if (num_dh == 0) {
4563 for (i = 0; i < num_dh; i++) {
4569 rc = emlxs_check_dhgp(port, ndlp, dh_id, num_dh, &dhgp_id);
4710 uint16_t num_dh = 0; local
4894 /* Get num_dh */
4895 num_dh = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF;
4897 if (num_dh
[all...]

Completed in 208 milliseconds