Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_config.h110 CFG_AUTH_ENABLE, /* enable-auth */ enumerator
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c6826 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_auth_start()
7334 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_init_sp()
7407 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_verify_login()
9053 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_init_auth()
9132 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_get_auth_cfg()
9196 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_add_auth_cfg()
9317 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_delete_auth_cfg()
9390 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_get_auth_key()
9461 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_set_auth_key()
9657 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_get_auth_status()
[all …]
H A Demlxs_els.c656 } else if (cfg[CFG_AUTH_ENABLE].current && in emlxs_handle_sol_flogi()
787 } else if (cfg[CFG_AUTH_ENABLE].current && cfg[CFG_AUTH_NPIV].current) { in emlxs_handle_sol_fdisc()
846 } else if (cfg[CFG_AUTH_ENABLE].current && cfg[CFG_AUTH_E2E].current && in emlxs_handle_sol_plogi()
1222 } else if (cfg[CFG_AUTH_ENABLE].current && in emlxs_process_unsol_flogi()
1403 } else if (cfg[CFG_AUTH_ENABLE].current && cfg[CFG_AUTH_E2E].current && in emlxs_process_unsol_plogi()
H A Demlxs_solaris.c8116 case CFG_AUTH_ENABLE: in emlxs_set_parm()