Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1231 xcap->xcap_max_intrs = XHCI_HCS1_IRQ_MAX(struc1); in xhci_read_params()
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.h285 uint16_t xcap_max_intrs; member