Home
last modified time | relevance | path

Searched refs:xcap_max_scratch (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_context.c34 npages = xhcip->xhci_caps.xcap_max_scratch; in xhci_scratchpad_fini()
65 ASSERT(xhcip->xhci_caps.xcap_max_scratch > 0); in xhci_scratchpad_alloc()
66 npages = xhcip->xhci_caps.xcap_max_scratch; in xhci_scratchpad_alloc()
163 if (xhcip->xhci_caps.xcap_max_scratch != 0) { in xhci_context_init()
176 npages = xhcip->xhci_caps.xcap_max_scratch; in xhci_context_init()
H A Dxhci.c1244 xcap->xcap_max_scratch = XHCI_HCS2_SPB_MAX(struc2); in xhci_read_params()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h291 uint16_t xcap_max_scratch; member