Home
last modified time | relevance | path

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

/titanic_41/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; in ohci_allocate_ctrl_resources() local
4776 td_count++; in ohci_allocate_ctrl_resources()
4794 usb_flags, td_count); in ohci_allocate_ctrl_resources()
4954 size_t td_count = 0; in ohci_allocate_bulk_resources() local
4969 td_count = bulk_reqp->bulk_len / OHCI_MAX_TD_XFER_SIZE; in ohci_allocate_bulk_resources()
4972 td_count++; in ohci_allocate_bulk_resources()
4976 usb_flags, td_count); in ohci_allocate_bulk_resources()
[all …]
H A Dohci_polled.c2118 int result, pipe_dir, td_count; in ohci_polled_create_tw() local
2122 td_count = (POLLED_RAW_BUF_SIZE - 1) / OHCI_MAX_TD_XFER_SIZE + 1; in ohci_polled_create_tw()
2182 if (ohci_allocate_tds_for_tw(ohcip, tw, td_count) == USB_SUCCESS) { in ohci_polled_create_tw()
2183 tw->tw_num_tds = td_count; in ohci_polled_create_tw()
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h1009 size_t td_count);
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c3264 uint_t num_bulk_tds, index, td_count, j; in uhci_handle_bulk_td() local
3386 td_count = num_bulk_tds; in uhci_handle_bulk_td()
3390 while (td_count > 0) { in uhci_handle_bulk_td()
3393 (td_count > 1); j++, td_count--) { in uhci_handle_bulk_td()
3402 if (td_count == 1) { in uhci_handle_bulk_td()
3423 td_count--; in uhci_handle_bulk_td()
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c223 size_t td_count);