Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c852 xt = xhci_transfer_alloc(xhcip, xep, ucrp->ctrl_wLength, 2, usb_flags); in xhci_hcdi_pipe_ctrl_xfer()
988 xt = xhci_transfer_alloc(xhcip, xep, ubrp->bulk_len, 0, usb_flags); in xhci_hcdi_pipe_bulk_xfer()
1171 xhci_transfer_t *xt = xhci_transfer_alloc(xhcip, xep, in xhci_hcdi_periodic_init()
1260 xt = xhci_transfer_alloc(xhcip, xep, uirp->intr_len, 0, usb_flags); in xhci_hcdi_intr_oneshot()
1428 xt = xhci_transfer_alloc(xhcip, xep, mblen, usrp->isoc_pkts_count, in xhci_hcdi_isoc_oneshot()
H A Dxhci_dma.c291 xhci_transfer_alloc(xhci_t *xhcip, xhci_endpoint_t *xep, size_t size, in xhci_transfer_alloc() function
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h758 extern xhci_transfer_t *xhci_transfer_alloc(xhci_t *, xhci_endpoint_t *, size_t,