Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsunmdi.h74 #define MDI_HCI_CLASS_IB "ib" macro
/titanic_50/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_ibnex.c569 if (mdi_phci_register(MDI_HCI_CLASS_IB, hca_dip, 0) != in ibtl_ibnex_phci_register()
/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c399 if (strcmp(class, MDI_HCI_CLASS_IB) != 0) in mdi_vhci_register()
7430 static char *vhci_class_list[] = { MDI_HCI_CLASS_SCSI, MDI_HCI_CLASS_IB };
9097 } else if (strcmp(vhci_class, MDI_HCI_CLASS_IB) == 0) { in get_phci_driver_list()
/titanic_50/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c480 if (mdi_vhci_register(MDI_HCI_CLASS_IB, dip, &ibnex_vhci_ops, 0) in ibnex_attach()