Searched refs:tw_length (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1193 } else if (tw->tw_bytes_xfered == tw->tw_length) {
1293 tw->tw_length, pp, tw, PID_IN, attrs) != USB_SUCCESS) {
1347 length = tw->tw_length;
1432 (void *)td, tw->tw_ctrl_state, tw->tw_length);
1494 if ((tw->tw_length - SETUP_SIZE) == 0) {
1526 tw->tw_length -= UHCI_CTRL_EPT_MAX_SIZE;
1536 xx = (tw->tw_length > 8) ? 8 : tw->tw_length;
1538 xx = (tw->tw_length > MaxPacketSize) ?
1539 MaxPacketSize : tw->tw_length;
[all...]
H A Duhcipolled.c415 tw->tw_length = num_characters;
859 tw->tw_length = POLLED_RAW_BUF_SIZE;
H A Duhciutil.c1786 tw->tw_length = length;
1803 if (ddi_dma_mem_alloc(tw->tw_dmahandle, tw->tw_length, &dev_attr,
3464 uhci_do_byte_stats(uhcip, tw->tw_length,
3843 tw->tw_length = length;
4351 uhci_do_byte_stats(uhcip, tw->tw_length,
4854 tw->tw_length = cur_intr_req->intr_len;
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5015 residue = tw->tw_length % bulk_pkt_size;
5395 size_t tw_length; local
5407 tw_length = intr_reqp->intr_len;
5410 tw_length = (pp->pp_client_periodic_in_reqp) ?
5417 if (tw_length > OHCI_MAX_TD_XFER_SIZE) {
5421 "more than 0x%x", tw_length, OHCI_MAX_TD_XFER_SIZE);
5426 if ((tw = ohci_allocate_tw_resources(ohcip, pp, tw_length,
5441 if (tw_length) {
5498 (void) ohci_insert_hc_td(ohcip, ctrl, 0, tw->tw_length, 0, pp, tw);
5573 size_t tw_length; local
6800 ohci_allocate_tw_resources( ohci_state_t *ohcip, ohci_pipe_private_t *pp, size_t tw_length, usb_flags_t usb_flags, size_t td_count) argument
[all...]
H A Dohci_polled.c514 tw->tw_length = num_characters;
518 tw->tw_length, DDI_DEV_AUTOINCR);
519 Sync_IO_Buffer_for_device(tw->tw_dmahandle, tw->tw_length);
523 bulk_pkg_size = min(tw->tw_length, OHCI_MAX_TD_XFER_SIZE);
1827 length = tw->tw_length;
1937 td_control, 0, tw->tw_length, tw);
2204 tw->tw_length = POLLED_RAW_BUF_SIZE;
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1610 tw->tw_length - EHCI_MAX_QTD_BUF_SIZE,
1721 residue = tw->tw_length % bulk_pkt_size;
2091 size_t tw_length; local
2103 tw_length = intr_reqp->intr_len;
2106 tw_length = (pp->pp_client_periodic_in_reqp) ?
2113 if (tw_length > EHCI_MAX_QTD_XFER_SIZE) {
2117 "more than 0x%x", tw_length, EHCI_MAX_QTD_XFER_SIZE);
2122 if ((tw = ehci_allocate_tw_resources(ehcip, pp, tw_length, flags,
2135 if (tw_length) {
2187 (void) ehci_insert_qtd(ehcip, ctrl, 0, tw->tw_length,
2915 ehci_allocate_tw_resources( ehci_state_t *ehcip, ehci_pipe_private_t *pp, size_t tw_length, usb_flags_t usb_flags, size_t qtd_count) argument
[all...]
H A Dehci_polled.c607 tw->tw_length = num_characters;
610 tw->tw_length, DDI_DEV_AUTOINCR);
611 Sync_IO_Buffer_for_device(tw->tw_dmahandle, tw->tw_length);
1467 length = tw->tw_length;
1568 0, tw->tw_length, tw);
1626 0, tw->tw_length, tw);
2098 tw->tw_length = POLLED_RAW_BUF_SIZE;
H A Dehci_intr.c713 "received data=%lu", tw->tw_length, length);
720 tw->tw_length = length;
731 "sent data=%lu", tw->tw_length, length);
1014 if ((tw->tw_length) &&
1270 length = tw->tw_length;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h363 size_t tw_length; /* Txfer length */ member in struct:uhci_trans_wrapper
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h591 size_t tw_length; /* Txfer length */ member in struct:ohci_trans_wrapper
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h608 size_t tw_length; /* Txfer length */ member in struct:ehci_trans_wrapper

Completed in 116 milliseconds