Home
last modified time | relevance | path

Searched refs:xcap_pagesize (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c139 attrp->dma_attr_count_max = xhcip->xhci_caps.xcap_pagesize; in xhci_dma_dma_attr()
140 attrp->dma_attr_maxxfer = xhcip->xhci_caps.xcap_pagesize; in xhci_dma_dma_attr()
141 attrp->dma_attr_seg = xhcip->xhci_caps.xcap_pagesize - 1; in xhci_dma_dma_attr()
156 attrp->dma_attr_align = xhcip->xhci_caps.xcap_pagesize; in xhci_dma_scratchpad_attr()
H A Dxhci_ring.c173 xhcip->xhci_caps.xcap_pagesize, B_FALSE) == B_FALSE) in xhci_ring_alloc()
176 xrp->xr_ntrb = xhcip->xhci_caps.xcap_pagesize / sizeof (xhci_trb_t); in xhci_ring_alloc()
H A Dxhci_context.c91 B_TRUE, xhcip->xhci_caps.xcap_pagesize, B_FALSE) == in xhci_scratchpad_alloc()
H A Dxhci_endpoint.c453 return (MIN(xhcip->xhci_caps.xcap_pagesize, mps)); in xhci_endpoint_avg_trb()
457 return (xhcip->xhci_caps.xcap_pagesize); in xhci_endpoint_avg_trb()
H A Dxhci.c1291 xcap->xcap_pagesize = psize; in xhci_read_params()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h283 uint32_t xcap_pagesize; member