Home
last modified time | relevance | path

Searched refs:xt_buffer (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c270 xhci_dma_free(&xt->xt_buffer); in xhci_transfer_free()
353 trbs += xt->xt_buffer.xdb_ncookies; in xhci_transfer_alloc()
358 xhci_dma_free(&xt->xt_buffer); in xhci_transfer_alloc()
366 xhci_dma_free(&xt->xt_buffer); in xhci_transfer_alloc()
380 xhci_dma_free(&xt->xt_buffer); in xhci_transfer_alloc()
401 void *dmabuf = xt->xt_buffer.xdb_va; in xhci_transfer_copy()
411 XHCI_DMA_SYNC(xt->xt_buffer, type); in xhci_transfer_sync()
442 ASSERT(xt->xt_buffer.xdb_ncookies > 0); in xhci_transfer_get_tdsize()
465 VERIFY(xt->xt_buffer.xdb_ncookies > 0); in xhci_transfer_trb_fill_data()
511 xt->xt_buffer.xdb_ncookies > 1) { in xhci_transfer_trb_fill_data()
[all …]
H A Dxhci_endpoint.c1213 xt->xt_short = xt->xt_buffer.xdb_len - remain; in xhci_endpoint_control_callback()
1228 len = xt->xt_buffer.xdb_len; in xhci_endpoint_control_callback()
1351 xt->xt_short = xt->xt_buffer.xdb_len - residue; in xhci_endpoint_norm_callback()
1400 len = xt->xt_buffer.xdb_len; in xhci_endpoint_norm_callback()
1505 len = xt->xt_buffer.xdb_len; in xhci_endpoint_isoch_callback()
H A Dxhci_polled.c164 len = xt->xt_buffer.xdb_len; in xhci_polled_endpoint_transfer()
H A Dxhci_usba.c967 buf = xt->xt_buffer.xdb_cookies[0].dmac_laddress; in xhci_hcdi_isoc_transfer_fill()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h333 xhci_dma_buffer_t xt_buffer; member