Searched refs:td_count (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c326 size_t td_count,
331 size_t td_count);
337 size_t td_count);
4770 size_t td_count = 2; local
4776 td_count++;
4794 usb_flags, td_count);
4954 size_t td_count = 0; local
4969 td_count = bulk_reqp->bulk_len / OHCI_MAX_TD_XFER_SIZE;
4972 td_count++;
4976 usb_flags, td_count);
5394 size_t td_count = 1; local
5572 size_t count, td_count; local
6759 ohci_allocate_tds_for_tw( ohci_state_t *ohcip, ohci_trans_wrapper_t *tw, size_t td_count) argument
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
7013 ohci_create_isoc_transfer_wrapper( ohci_state_t *ohcip, ohci_pipe_private_t *pp, size_t length, usb_isoc_pkt_descr_t *descr, ushort_t pkt_count, size_t td_count, uint_t usb_flags) argument
[all...]
H A Dohci_polled.c2118 int result, pipe_dir, td_count; local
2122 td_count = (POLLED_RAW_BUF_SIZE - 1) / OHCI_MAX_TD_XFER_SIZE + 1;
2182 if (ohci_allocate_tds_for_tw(ohcip, tw, td_count) == USB_SUCCESS) {
2183 tw->tw_num_tds = td_count;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h1009 size_t td_count);
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c3264 uint_t num_bulk_tds, index, td_count, j; local
3386 td_count = num_bulk_tds;
3390 while (td_count > 0) {
3393 (td_count > 1); j++, td_count--) {
3402 if (td_count == 1) {
3423 td_count--;
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c223 size_t td_count);

Completed in 97 milliseconds