Searched refs:mdi_phci_register (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsunmdi.h278 * mdi_phci_register() is called by a pHCI drivers to register itself as a
285 int mdi_phci_register(char *, dev_info_t *, int);
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_ibnex.c569 if (mdi_phci_register(MDI_HCI_CLASS_IB, hca_dip, 0) !=
/illumos-gate/usr/src/uts/common/io/
H A Dtphci.c283 if (mdi_phci_register(vclass + 1, dip, 0) != MDI_SUCCESS) {
284 cmn_err(CE_WARN, "%s mdi_phci_register failed",
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c547 if (mdi_phci_register(MDI_HCI_CLASS_SCSI, dip, 0) !=
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c1215 (mdi_phci_register(MDI_HCI_CLASS_SCSI, self, 0) == MDI_SUCCESS))
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c372 * driver instance registration (mdi_phci_register()) with the
612 * mdi_phci_register():
614 * mdi_phci_register() is called by pHCI drivers to register with
624 mdi_phci_register(char *class, dev_info_t *pdip, int flags) function
9688 * For dev_supported, mdi_phci_register() must have established pdip as
9691 * NOTE: mdi_phci_register() does "mpxio-disable" processing, and
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c1058 if (mdi_phci_register(MDI_HCI_CLASS_SCSI,
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9964 if (mdi_phci_register(MDI_HCI_CLASS_SCSI, pptr->port_dip, 0) ==

Completed in 195 milliseconds