Home
last modified time | relevance | path

Searched refs:xdb_len (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c180 xdb->xdb_len = 0; in xhci_dma_free()
197 ASSERT(xdb->xdb_len == 0); in xhci_dma_free()
252 xdb->xdb_len = size; in xhci_dma_alloc()
H A Dxhci_endpoint.c1295 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()
H A Dxhci_polled.c164 len = xt->xt_buffer.xdb_len; in xhci_polled_endpoint_transfer()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h308 size_t xdb_len; /* Buffer logical len */ member