Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1306 xhcip->xhci_caps.xcap_intr_types = DDI_INTR_TYPE_FIXED; in xhci_identify()
1308 xhcip->xhci_caps.xcap_intr_types = DDI_INTR_TYPE_FIXED | in xhci_identify()
1365 intr_types &= xhcip->xhci_caps.xcap_intr_types; in xhci_alloc_intrs()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h298 int xcap_intr_types; member