Home
last modified time | relevance | path

Searched refs:devi_mdi_xhci (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c482 DEVI(vdip)->devi_mdi_xhci = (caddr_t)vh; in mdi_vhci_register()
559 DEVI(vdip)->devi_mdi_xhci = NULL; in mdi_vhci_unregister()
606 vh = (mdi_vhci_t *)DEVI(vdip)->devi_mdi_xhci; in i_devi_get_vhci()
678 DEVI(pdip)->devi_mdi_xhci = (caddr_t)ph; in mdi_phci_register()
769 DEVI(pdip)->devi_mdi_xhci = NULL; in mdi_phci_unregister()
783 ph = (mdi_phci_t *)DEVI(pdip)->devi_mdi_xhci; in i_devi_get_phci()
2548 ph = (mdi_phci_t *)DEVI(ph_dip)->devi_mdi_xhci; in mdi_get_next_client_path()
7219 vhci = DEVI(dip)->devi_mdi_xhci; in mdi_component_is_vhci()
7236 phci = DEVI(dip)->devi_mdi_xhci; in mdi_component_is_phci()
/titanic_50/usr/src/uts/common/sys/
H A Dddi_impldefs.h225 void *devi_mdi_xhci; /* vhci/phci info */ member
/titanic_50/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c165 if (mdb_vread(&p, sizeof (p), (uintptr_t)d.devi_mdi_xhci) in mdi_info()
/titanic_50/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c338 (uintptr_t)dip.devi_mdi_xhci) != sizeof (struct mdi_phci)) { in display_iport_dtc()