Searched defs:fcsp_config (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c9265 dfc_fcsp_config_t *fcsp_config; local
9283 fcsp_config = (dfc_fcsp_config_t *)dfc->buf1;
9285 if ((rval = emlxs_dhc_get_auth_cfg(hba, fcsp_config)) != 0) {
9300 dfc_fcsp_config_t *fcsp_config; local
9334 fcsp_config = (dfc_fcsp_config_t *)dfc->buf1;
9339 rval = emlxs_dhc_add_auth_cfg(hba, fcsp_config, dfc_pwd);
9343 rval = emlxs_dhc_delete_auth_cfg(hba, fcsp_config, dfc_pwd);

Completed in 233 milliseconds