Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_config.h115 CFG_AUTH_BIDIR, /* auth-bidir (hidden) */ enumerator
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c7773 cfg[CFG_AUTH_BIDIR].current; in emlxs_auth_cfg_init()
8369 if (auth_cfg->bidirectional < cfg[CFG_AUTH_BIDIR].low) { in emlxs_auth_cfg_parse()
8370 auth_cfg->bidirectional = cfg[CFG_AUTH_BIDIR].current; in emlxs_auth_cfg_parse()
8371 } else if (auth_cfg->bidirectional > cfg[CFG_AUTH_BIDIR].hi) { in emlxs_auth_cfg_parse()
8372 auth_cfg->bidirectional = cfg[CFG_AUTH_BIDIR].current; in emlxs_auth_cfg_parse()
H A Demlxs_solaris.c8128 case CFG_AUTH_BIDIR: in emlxs_set_parm()