Searched refs:sc_cfg_hca_nv (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_mod.c384 if (srpt_ctxt->sc_cfg_hca_nv != NULL) {
385 nvlist_free(srpt_ctxt->sc_cfg_hca_nv);
386 srpt_ctxt->sc_cfg_hca_nv = NULL;
617 ctxt_nvl = srpt_ctxt->sc_cfg_hca_nv;
620 srpt_ctxt->sc_cfg_hca_nv = nvl;
H A Dsrpt_impl.h453 nvlist_t *sc_cfg_hca_nv; member in struct:srpt_ctxt_s
H A Dsrpt_ioc.c271 if (srpt_ctxt->sc_cfg_hca_nv != NULL) {
272 status = nvlist_lookup_nvlist(srpt_ctxt->sc_cfg_hca_nv,
300 nvlist_t *cfg = srpt_ctxt->sc_cfg_hca_nv;

Completed in 45 milliseconds