Home
last modified time | relevance | path

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

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