Home
last modified time | relevance | path

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);
4752 size_t td_count = 2; in ohci_allocate_ctrl_resources() local
4758 td_count++; in ohci_allocate_ctrl_resources()
4954 td_count++; in ohci_allocate_bulk_resources()
5647 td_count++; in ohci_allocate_isoc_resources()
6742 size_t td_count) in ohci_allocate_tds_for_tw() argument
6756 td_count); in ohci_allocate_tds_for_tw()
6785 size_t td_count) in ohci_allocate_tw_resources() argument
[all …]
H A Dohci_polled.c2121 int result, pipe_dir, td_count; in ohci_polled_create_tw() local
2125 td_count = (POLLED_RAW_BUF_SIZE - 1) / OHCI_MAX_TD_XFER_SIZE + 1; in ohci_polled_create_tw()
2185 if (ohci_allocate_tds_for_tw(ohcip, tw, td_count) == USB_SUCCESS) { in ohci_polled_create_tw()
2186 tw->tw_num_tds = td_count; in ohci_polled_create_tw()
/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; 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()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c223 size_t td_count);