Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c701 &sc->ufm_hdl, sc)) != 0) { in t4_devo_attach()
706 ddi_ufm_update(sc->ufm_hdl); in t4_devo_attach()
762 if (sc->ufm_hdl != NULL) { in t4_devo_detach()
763 ddi_ufm_fini(sc->ufm_hdl); in t4_devo_detach()
764 sc->ufm_hdl = NULL; in t4_devo_detach()
H A Dadapter.h529 ddi_ufm_handle_t *ufm_hdl; member
H A Dt4_ioctl.c2251 ddi_ufm_update(sc->ufm_hdl); in flash_fw()