Searched refs:td_pool_ptr (Results 1 – 1 of 1) sorted by relevance
2796 uhci_bulk_isoc_td_pool_t *td_pool_ptr; in uhci_insert_bulk_td() local2891 td_pool_ptr = &bulk_xfer_info->td_pools[0]; in uhci_insert_bulk_td()2892 bulk_td_ptr = (uhci_td_t *)td_pool_ptr->pool_addr; in uhci_insert_bulk_td()2900 for (j = 0; j < (td_pool_ptr->num_tds - 1); j++) { in uhci_insert_bulk_td()2902 &bulk_td_ptr[j+1], BULKTD_PADDR(td_pool_ptr, in uhci_insert_bulk_td()2915 td_pool_ptr = &bulk_xfer_info->td_pools[i + 1]; 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()3275 uhci_bulk_isoc_td_pool_t *td_pool_ptr; in uhci_handle_bulk_td() local3383 td_pool_ptr = &bulk_xfer_info->td_pools[0]; in uhci_handle_bulk_td()[all …]