Searched defs:num_tds (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c959 int n, num_tds; local
1050 num_tds = 5;
1052 num_tds = 1;
1059 for (n = 0; n < num_tds; n++) {
H A Duhciutil.c92 static int uhci_alloc_memory_for_tds(uhci_state_t *uhcip, uint_t num_tds,
94 static int uhci_alloc_bulk_isoc_tds(uhci_state_t *uhcip, uint_t num_tds,
2900 for (j = 0; j < (td_pool_ptr->num_tds - 1); j++) {
2924 bulk_xfer_info->num_tds = (ushort_t)num_bulk_tds;
3066 uint_t num_tds,
3070 "uhci_alloc_bulk_isoc_tds: num_tds: 0x%x info: 0x%p",
3071 num_tds, (void *)info);
3075 if (uhci_alloc_memory_for_tds(uhcip, num_tds, info) !=
3078 "alloc_memory_for_tds failed: num_tds %d num_pools %d",
3079 num_tds, inf
3064 uhci_alloc_bulk_isoc_tds( uhci_state_t *uhcip, uint_t num_tds, uhci_bulk_isoc_xfer_t *info) argument
3106 uhci_alloc_memory_for_tds( uhci_state_t *uhcip, uint_t num_tds, uhci_bulk_isoc_xfer_t *info) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h285 ushort_t num_tds; member in struct:uhci_bulk_isoc_td_pool
294 ushort_t num_tds; member in struct:uhci_bulk_isoc_xfer_info

Completed in 53 milliseconds