Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c1117 xt->xt_short = 0; in xhci_endpoint_reschedule_periodic()
1213 xt->xt_short = xt->xt_buffer.xdb_len - remain; in xhci_endpoint_control_callback()
1225 if (xt->xt_short != 0) { in xhci_endpoint_control_callback()
1226 len = xt->xt_short; in xhci_endpoint_control_callback()
1349 xt->xt_short = residue; in xhci_endpoint_norm_callback()
1351 xt->xt_short = xt->xt_buffer.xdb_len - residue; in xhci_endpoint_norm_callback()
1393 if (xt->xt_short != 0) { in xhci_endpoint_norm_callback()
1398 len = xt->xt_short; in xhci_endpoint_norm_callback()
H A Dxhci_polled.c153 if (xt->xt_short != 0) in xhci_polled_endpoint_transfer()
175 xt->xt_short = 0; in xhci_polled_endpoint_transfer()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h335 uint_t xt_short; member