Searched defs:tw_length (Results 1 - 5 of 5) sorted by relevance

/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/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...]
/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
/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...]

Completed in 67 milliseconds