Searched refs:MDI_HCI_CLASS_IB (Results 1 – 4 of 4) sorted by relevance
74 #define MDI_HCI_CLASS_IB "ib" macro
569 if (mdi_phci_register(MDI_HCI_CLASS_IB, hca_dip, 0) != in ibtl_ibnex_phci_register()
399 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()
480 if (mdi_vhci_register(MDI_HCI_CLASS_IB, dip, &ibnex_vhci_ops, 0) in ibnex_attach()