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.c789 &sc->ufm_hdl, sc)) != 0) { in t4_devo_attach()
794 ddi_ufm_update(sc->ufm_hdl); in t4_devo_attach()
851 if (sc->ufm_hdl != NULL) { in t4_devo_detach()
852 ddi_ufm_fini(sc->ufm_hdl); in t4_devo_detach()
853 sc->ufm_hdl = NULL; in t4_devo_detach()
H A Dt4_ioctl.c1678 ddi_ufm_update(sc->ufm_hdl); in flash_fw()
H A Dadapter.h575 ddi_ufm_handle_t *ufm_hdl; member