Home
last modified time | relevance | path

Searched refs:ohci_msi_enabled (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h142 boolean_t ohci_msi_enabled; /* default to true */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1253 ohcip->ohci_msi_enabled = B_FALSE; in ohci_register_intrs_and_init_mutex()
1255 ohcip->ohci_msi_enabled = ohci_enable_msi; in ohci_register_intrs_and_init_mutex()
1285 if ((intr_types & DDI_INTR_TYPE_MSI) && ohcip->ohci_msi_enabled) { in ohci_register_intrs_and_init_mutex()