Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1331 XHCI_NINTR, &xhcip->xhci_intr_num, DDI_INTR_ALLOC_NORMAL); in xhci_alloc_intr_handle()
1347 if (XHCI_NINTR > xhcip->xhci_caps.xcap_max_intrs) { in xhci_alloc_intrs()
1350 XHCI_NINTR, xhcip->xhci_caps.xcap_max_intrs); in xhci_alloc_intrs()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h141 #define XHCI_NINTR 1 macro