Searched refs:xt_buffer (Results 1 – 5 of 5) sorted by relevance
270 xhci_dma_free(&xt->xt_buffer); in xhci_transfer_free()342 if (xhci_dma_alloc(xhcip, &xt->xt_buffer, &attr, &acc, B_FALSE, in xhci_transfer_alloc()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()412 return (xhci_check_dma_handle(xhcip, &xt->xt_buffer)); in xhci_transfer_sync()442 ASSERT(xt->xt_buffer.xdb_ncookies > 0); in xhci_transfer_get_tdsize()[all …]
1295 xt->xt_short = xt->xt_buffer.xdb_len - remain; in xhci_endpoint_control_callback()1310 len = xt->xt_buffer.xdb_len; in xhci_endpoint_control_callback()1433 xt->xt_short = xt->xt_buffer.xdb_len - residue; in xhci_endpoint_norm_callback()1482 len = xt->xt_buffer.xdb_len; in xhci_endpoint_norm_callback()1587 len = xt->xt_buffer.xdb_len; in xhci_endpoint_isoch_callback()
164 len = xt->xt_buffer.xdb_len; in xhci_polled_endpoint_transfer()
1033 buf = xt->xt_buffer.xdb_cookies[0].dmac_laddress; in xhci_hcdi_isoc_transfer_fill()
333 xhci_dma_buffer_t xt_buffer; member