Searched defs:td_count (Results 1 – 3 of 3) sorted by relevance
/titanic_51/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 4770 size_t td_count = 2; in ohci_allocate_ctrl_resources() local 4954 size_t td_count = 0; in ohci_allocate_bulk_resources() local 5394 size_t td_count = 1; ohci_allocate_intr_resources() local 5572 size_t count, td_count; ohci_allocate_isoc_resources() local 6762 ohci_allocate_tds_for_tw(ohci_state_t * ohcip,ohci_trans_wrapper_t * tw,size_t td_count) ohci_allocate_tds_for_tw() argument 6805 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) ohci_allocate_tw_resources() argument 7019 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) ohci_create_isoc_transfer_wrapper() argument [all...] |
H A D | ohci_polled.c | 2118 int result, pipe_dir, td_count; in ohci_polled_create_tw() local
|
/titanic_51/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhciutil.c | 3264 uint_t num_bulk_tds, index, td_count, j; in uhci_handle_bulk_td() local
|