Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2791 uhci_td_t *bulk_td_ptr; in uhci_insert_bulk_td() local
2892 bulk_td_ptr = (uhci_td_t *)td_pool_ptr->pool_addr; in uhci_insert_bulk_td()
2893 bulk_td_ptr[0].qh_td_prev = NULL; in uhci_insert_bulk_td()
2901 uhci_fill_in_bulk_isoc_td(uhcip, &bulk_td_ptr[j], in uhci_insert_bulk_td()
2902 &bulk_td_ptr[j+1], BULKTD_PADDR(td_pool_ptr, in uhci_insert_bulk_td()
2903 &bulk_td_ptr[j+1]), ph, buf_offs, mps, tw); in uhci_insert_bulk_td()
2909 uhci_fill_in_bulk_isoc_td(uhcip, &bulk_td_ptr[j], in uhci_insert_bulk_td()
2914 tmp_td = &bulk_td_ptr[j]; in uhci_insert_bulk_td()
2916 bulk_td_ptr = (uhci_td_t *)td_pool_ptr->pool_addr; in uhci_insert_bulk_td()
2918 &bulk_td_ptr[0], BULKTD_PADDR(td_pool_ptr, in uhci_insert_bulk_td()
[all …]