Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c794 node_dhc->auth_cfg.dh_group_priority[1]); in emlxs_check_dhgp()
831 while (node_dhc->auth_cfg.dh_group_priority[wnt] != 0xF) { in emlxs_check_dhgp()
838 if (node_dhc->auth_cfg.dh_group_priority[i] == in emlxs_check_dhgp()
842 node_dhc->auth_cfg.dh_group_priority[i]; in emlxs_check_dhgp()
1535 if (node_dhc->auth_cfg.dh_group_priority[1] == 0xf) { in emlxs_issue_auth_negotiate()
1541 } else if (node_dhc->auth_cfg.dh_group_priority[2] == 0xf) { in emlxs_issue_auth_negotiate()
1547 } else if (node_dhc->auth_cfg.dh_group_priority[3] == 0xf) { in emlxs_issue_auth_negotiate()
1553 } else if (node_dhc->auth_cfg.dh_group_priority[4] == 0xf) { in emlxs_issue_auth_negotiate()
1559 } else if (node_dhc->auth_cfg.dh_group_priority[5] == 0xf) { in emlxs_issue_auth_negotiate()
1690 (node_dhc->auth_cfg.dh_group_priority[4]); in emlxs_issue_auth_negotiate()
[all …]
H A Demlxs_solaris.c8152 hba->auth_cfg.dh_group_priority[0] = in emlxs_set_parm()
8154 hba->auth_cfg.dh_group_priority[1] = in emlxs_set_parm()
8156 hba->auth_cfg.dh_group_priority[2] = in emlxs_set_parm()
8158 hba->auth_cfg.dh_group_priority[3] = in emlxs_set_parm()
8160 hba->auth_cfg.dh_group_priority[4] = in emlxs_set_parm()
8162 hba->auth_cfg.dh_group_priority[5] = in emlxs_set_parm()
8164 hba->auth_cfg.dh_group_priority[6] = in emlxs_set_parm()
8166 hba->auth_cfg.dh_group_priority[7] = in emlxs_set_parm()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h208 uint32_t dh_group_priority[8]; member